Home
last modified time | relevance | path

Searched defs:y_plane (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dbrightness_detection_test.cc96 uint8_t* y_plane = video_frame_.buffer(kYPlane); in TEST_F() local
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc140 const uint8_t* y_plane, in WrappedI420Buffer()
224 const uint8_t* y_plane = buffer->data(kYPlane) + in ShallowCenterCrop() local
/external/webrtc/talk/media/base/
Dfakevideorenderer.h122 const uint8_t* y_plane = frame->GetYPlane(); in CheckFrameColorYuv() local
/external/webrtc/webrtc/tools/converter/
Dconverter.cc109 bool Converter::AddYUVToFile(uint8_t* y_plane, in AddYUVToFile()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.cc158 const uint8_t* y_plane = static_cast<uint8_t*>(video_frame); in OnMemoryBufferFrame() local
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc36 int y_plane = width * height; // I420 Y plane. in GetI420FrameSize() local
/external/mesa3d/src/intel/vulkan/
Danv_formats.c83 #define y_plane(__hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ macro