Searched refs:vpx_codec_decode (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | exports_dec | 2 text vpx_codec_decode
|
D | vpx_decoder.h | 224 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.cc | 22 res_dec = vpx_codec_decode(&decoder_, in DecodeFrame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | simple_decoder.c | 137 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
|
D | postproc.c | 121 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 15000)) in main()
|
D | decode_with_drops.c | 123 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
|
D | decode_to_md5.c | 118 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
|
D | decode_with_partial_drops.c | 303 if(vpx_codec_decode(&codec, frame, frame_sz, NULL, 0)) in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_decoder.c | 117 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_dx.dox | 3 The vpx_codec_decode() function is at the core of the decode loop. It
|
D | usage.dox | 122 frame takes 2000us to decode, the call to vpx_codec_decode() will return
|
D | vpxdec.c | 805 if (vpx_codec_decode(&decoder, buf, (unsigned int)bytes_in_buffer, in main_loop()
|
D | vpxenc.c | 1371 vpx_codec_decode(&stream->decoder, pkt->data.frame.buf, in get_cx_data()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 425 if (vpx_codec_decode((vpx_codec_ctx_t *)mCtx, in ProcessorProcess()
|