
Added support for external frame buffers to libvpx's VP9 decoder. If the external frame buffer functions are set then libvpx will call the get function whenever it needs a new frame buffer to decode a frame into. And it will call the release function whenever there are no more references to that buffer. Change-Id: Id2934d005f606af6e052fb6db0d5b7c02f567522
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
text vpx_codec_dec_init_ver
|
|
text vpx_codec_decode
|
|
text vpx_codec_get_frame
|
|
text vpx_codec_get_mem_map
|
|
text vpx_codec_get_stream_info
|
|
text vpx_codec_peek_stream_info
|
|
text vpx_codec_register_put_frame_cb
|
|
text vpx_codec_register_put_slice_cb
|
|
text vpx_codec_set_frame_buffer_functions
|
|
text vpx_codec_set_mem_map
|