Home
last modified time | relevance | path

Searched refs:vpx_codec_decode (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_dec2 text vpx_codec_decode
Dvpx_decoder.h224 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.cc22 res_dec = vpx_codec_decode(&decoder_, in DecodeFrame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c137 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
Dpostproc.c121 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 15000)) in main()
Ddecode_with_drops.c123 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
Ddecode_to_md5.c118 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
Ddecode_with_partial_drops.c303 if(vpx_codec_decode(&codec, frame, frame_sz, NULL, 0)) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c117 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/
Dusage_dx.dox3 The vpx_codec_decode() function is at the core of the decode loop. It
Dusage.dox122 frame takes 2000us to decode, the call to vpx_codec_decode() will return
Dvpxdec.c805 if (vpx_codec_decode(&decoder, buf, (unsigned int)bytes_in_buffer, in main_loop()
Dvpxenc.c1371 vpx_codec_decode(&stream->decoder, pkt->data.frame.buf, in get_cx_data()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp425 if (vpx_codec_decode((vpx_codec_ctx_t *)mCtx, in ProcessorProcess()