Home
last modified time | relevance | path

Searched defs:DecodeFrame (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
Ddecode_test_driver.cc18 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { in DecodeFrame() function in libvpx_test::Decoder
/external/libvpx/libvpx/test/
Ddecode_test_driver.cc18 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { in DecodeFrame() function in libvpx_test::Decoder
/external/chromium_org/media/cast/receiver/
Dvideo_decoder.cc43 void DecodeFrame(scoped_ptr<transport::EncodedFrame> encoded_frame, in DecodeFrame() function in media::cast::VideoDecoder::ImplBase
241 void VideoDecoder::DecodeFrame( in DecodeFrame() function in media::cast::VideoDecoder
Daudio_decoder.cc42 void DecodeFrame(scoped_ptr<transport::EncodedFrame> encoded_frame, in DecodeFrame() function in media::cast::AudioDecoder::ImplBase
228 void AudioDecoder::DecodeFrame( in DecodeFrame() function in media::cast::AudioDecoder
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dfake_cdm_video_decoder.cc38 cdm::Status FakeCdmVideoDecoder::DecodeFrame(const uint8_t* compressed_frame, in DecodeFrame() function in media::FakeCdmVideoDecoder
Dlibvpx_cdm_video_decoder.cc101 cdm::Status LibvpxCdmVideoDecoder::DecodeFrame( in DecodeFrame() function in media::LibvpxCdmVideoDecoder
Dffmpeg_cdm_video_decoder.cc209 cdm::Status FFmpegCdmVideoDecoder::DecodeFrame( in DecodeFrame() function in media::FFmpegCdmVideoDecoder