HomeSort by relevance Sort by last modified time
    Searched defs:v_plane (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 144 const uint8_t* v_plane,
151 v_plane_(v_plane),
228 const uint8_t* v_plane = buffer->data(kVPlane) + local
234 v_plane, buffer->stride(kVPlane),
  /external/webrtc/talk/media/base/
fakevideorenderer.h 138 const uint8_t* v_plane = frame->GetVPlane(); local
140 const uint8_t* v_pos = v_plane;
  /hardware/libhardware/modules/camera/3_4/arc/
jpeg_compressor.cpp 156 uint8_t* v_plane = const_cast<uint8_t*>(yuv + y_plane_size + uv_plane_size); local
175 cr[i] = v_plane + offset;
exif_utils.cpp 481 const uint8* v_plane = u_plane + y_plane_size / 4; local
490 y_plane, yu12_width_, u_plane, yu12_width_ / 2, v_plane, yu12_width_ / 2,
  /external/autotest/client/deps/glbench/src/
yuvtest.cc 142 const char* v_plane = pixels + luma_size + chroma_size; local
180 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, v_plane);
187 *buf_uv_ptr++ = v_plane[i];
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 38 int v_plane = half_width * half_height; // I420 V plane. local
40 return y_plane + u_plane + v_plane;

Completed in 218 milliseconds