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

  /external/libvpx/libvpx/test/
error_resilience_test.cc 89 virtual bool DoDecode() const {
encode_test_driver.h 199 virtual bool DoDecode() const { return 1; }
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 791 void DXVAVideoDecodeAccelerator::DoDecode() {
796 "DoDecode: not in normal/flushing/stopped state", ILLEGAL_STATE,);
821 " Recursively invoking DoDecode";
822 DoDecode();
830 NOTREACHED() << "Unhandled error in DoDecode()";
    [all...]

Completed in 214 milliseconds