Add support to pass in external frame buffers.
VP9 decoder can now use frame buffers passed in by the application. Change-Id: I599527ec85c577f3f5552831d79a693884fafb73
Showing
- libs.mk 1 addition, 0 deletionslibs.mk
- test/codec_factory.h 2 additions, 0 deletionstest/codec_factory.h
- test/decode_test_driver.h 10 additions, 0 deletionstest/decode_test_driver.h
- test/external_frame_buffer_test.cc 309 additions, 0 deletionstest/external_frame_buffer_test.cc
- test/test.mk 1 addition, 0 deletionstest/test.mk
- vp8/vp8_dx_iface.c 1 addition, 0 deletionsvp8/vp8_dx_iface.c
- vp9/common/vp9_alloccommon.c 18 additions, 4 deletionsvp9/common/vp9_alloccommon.c
- vp9/common/vp9_onyxc_int.h 9 additions, 4 deletionsvp9/common/vp9_onyxc_int.h
- vp9/common/vp9_reconinter.c 1 addition, 1 deletionvp9/common/vp9_reconinter.c
- vp9/decoder/vp9_decodeframe.c 15 additions, 3 deletionsvp9/decoder/vp9_decodeframe.c
- vp9/encoder/vp9_onyx_if.c 5 additions, 5 deletionsvp9/encoder/vp9_onyx_if.c
- vp9/vp9_dx_iface.c 52 additions, 7 deletionsvp9/vp9_dx_iface.c
- vpx/exports_dec 1 addition, 0 deletionsvpx/exports_dec
- vpx/internal/vpx_codec_internal.h 32 additions, 1 deletionvpx/internal/vpx_codec_internal.h
- vpx/src/vpx_decoder.c 19 additions, 0 deletionsvpx/src/vpx_decoder.c
- vpx/vpx_codec.mk 2 additions, 0 deletionsvpx/vpx_codec.mk
- vpx/vpx_decoder.h 47 additions, 1 deletionvpx/vpx_decoder.h
- vpx/vpx_external_frame_buffer.h 53 additions, 0 deletionsvpx/vpx_external_frame_buffer.h
- vpx_scale/generic/yv12config.c 46 additions, 11 deletionsvpx_scale/generic/yv12config.c
- vpx_scale/yv12config.h 13 additions, 1 deletionvpx_scale/yv12config.h
Loading
Please register or sign in to comment