HomeSort by relevance Sort by last modified time
    Searched refs:AppendToInputFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h 196 bool AppendToInputFrame(const void* data, size_t size);
exynos_video_decode_accelerator.cc 617 if (schedule_task && AppendToInputFrame(NULL, 0) && FlushInputFrame()) {
784 if (!AppendToInputFrame(data, size))
842 return (AppendToInputFrame(data, size) &&
846 bool ExynosVideoDecodeAccelerator::AppendToInputFrame(
848 DVLOG(3) << "AppendToInputFrame()";
874 DVLOG(2) << "AppendToInputFrame(): stalled for input buffers";
    [all...]

Completed in 693 milliseconds