Home
last modified time | relevance | path

Searched refs:DoDecode (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/media/
Ddxva_video_decode_accelerator.cc781 void DXVAVideoDecodeAccelerator::DoDecode() { in DoDecode() function in content::DXVAVideoDecodeAccelerator
812 DoDecode(); in DoDecode()
1043 DoDecode(); in FlushInternal()
1082 DoDecode(); in DecodeInternal()
1109 DoDecode(); in DecodeInternal()
Ddxva_video_decode_accelerator.h94 void DoDecode();
/external/libvpx/libvpx/test/
Dencode_test_driver.h199 virtual bool DoDecode() const { return 1; } in DoDecode() function
Derror_resilience_test.cc89 virtual bool DoDecode() const { in DoDecode() function in __anon04ceaab10111::ErrorResilienceTest
Dencode_test_driver.cc177 if (decoder && DoDecode()) { in RunLoop()