Searched refs:y_plane (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 140 const uint8_t* y_plane, in WrappedI420Buffer() argument 149 y_plane_(y_plane), in WrappedI420Buffer() 224 const uint8_t* y_plane = buffer->data(kYPlane) + in ShallowCenterCrop() local 232 y_plane, buffer->stride(kYPlane), in ShallowCenterCrop()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | brightness_detection_test.cc | 96 uint8_t* y_plane = video_frame_.buffer(kYPlane); in TEST_F() local 99 yTmp = y_plane[yIdx] >> 1; in TEST_F() 100 y_plane[yIdx] = static_cast<uint8_t>(yTmp); in TEST_F()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidvideocapturer_jni.cc | 158 const uint8_t* y_plane = static_cast<uint8_t*>(video_frame); in OnMemoryBufferFrame() local 159 const uint8_t* vu_plane = y_plane + width * height; in OnMemoryBufferFrame() 164 y_plane, width, in OnMemoryBufferFrame()
|
/external/webrtc/webrtc/tools/converter/ |
D | converter.cc | 109 bool Converter::AddYUVToFile(uint8_t* y_plane, in AddYUVToFile() argument 116 bool success = AddYUVPlaneToFile(y_plane, y_plane_size, output_file) && in AddYUVToFile()
|
D | converter.h | 78 bool AddYUVToFile(uint8_t* y_plane,
|
/external/webrtc/talk/media/base/ |
D | fakevideorenderer.h | 122 const uint8_t* y_plane = frame->GetYPlane(); in CheckFrameColorYuv() local 123 const uint8_t* y_pos = y_plane; in CheckFrameColorYuv()
|
/external/webrtc/webrtc/tools/frame_analyzer/ |
D | video_quality_analysis.cc | 36 int y_plane = width * height; // I420 Y plane. in GetI420FrameSize() local 40 return y_plane + u_plane + v_plane; in GetI420FrameSize()
|
/external/webrtc/webrtc/common_video/include/ |
D | video_frame_buffer.h | 116 const uint8_t* y_plane,
|