Home
last modified time | relevance | path

Searched refs:y_plane (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc140 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/
Dbrightness_detection_test.cc96 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/
Dandroidvideocapturer_jni.cc158 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/
Dconverter.cc109 bool Converter::AddYUVToFile(uint8_t* y_plane, in AddYUVToFile() argument
116 bool success = AddYUVPlaneToFile(y_plane, y_plane_size, output_file) && in AddYUVToFile()
Dconverter.h78 bool AddYUVToFile(uint8_t* y_plane,
/external/webrtc/talk/media/base/
Dfakevideorenderer.h122 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/
Dvideo_quality_analysis.cc36 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/
Dvideo_frame_buffer.h116 const uint8_t* y_plane,