Home
last modified time | relevance | path

Searched defs:image_buffer (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc344 rtc::scoped_ptr<uint8_t[]> image_buffer(new uint8_t[length]); in FrameDecoded() local
358 rtc::scoped_ptr<uint8_t[]> image_buffer(new uint8_t[length]); in FrameDecoded() local
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc85 CVImageBufferRef image_buffer, in VTDecompressionOutputCallback()