HomeSort by relevance Sort by last modified time
    Searched defs:DecodeFrame (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/test/
decode_test_driver.cc 18 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, int size) {
33 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
  /external/chromium_org/media/cdm/ppapi/
fake_cdm_video_decoder.cc 38 cdm::Status FakeCdmVideoDecoder::DecodeFrame(const uint8_t* compressed_frame,
42 DVLOG(1) << "DecodeFrame()";
libvpx_cdm_video_decoder.cc 101 cdm::Status LibvpxCdmVideoDecoder::DecodeFrame(
106 DVLOG(1) << "DecodeFrame()";
ffmpeg_cdm_video_decoder.cc 206 cdm::Status FFmpegCdmVideoDecoder::DecodeFrame(
211 DVLOG(1) << "DecodeFrame()";
239 LOG(ERROR) << "DecodeFrame(): Error decoding video frame with timestamp: "
254 LOG(ERROR) << "DecodeFrame(): Video frame has invalid frame data.";
259 LOG(ERROR) << "DecodeFrame() could not copy video frame to output buffer.";

Completed in 2627 milliseconds