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

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 47 static void TestSize(const VideoFrame& source_frame,
348 void TestSize(const VideoFrame& source_frame,
354 // Resample source_frame to out_frame.
357 PreprocessFrameAndVerify(source_frame, target_width, target_height, vpm,
361 WriteProcessedFrameForVisualInspection(source_frame, *out_frame);
376 psnr, source_frame.width(), source_frame.height(), target_width,
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 73 FrameBuffer* source_frame = yu12_frame_.get(); local
88 source_frame = scaled_frame_.get();
90 return ImageProcessor::ConvertFormat(metadata, *source_frame, out_frame);

Completed in 65 milliseconds