Searched refs:uv_rows (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dfake_cdm_video_decoder.cc63 int uv_rows = height / 2; local
66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding;
67 int frame_size = u_offset + uv_stride * uv_rows + kPlanePadding;
H A Dlibvpx_cdm_video_decoder.cc150 const int uv_rows = vpx_image_->d_h / 2; local
151 const int u_size = vpx_image_->stride[VPX_PLANE_U] * uv_rows;
152 const int v_size = vpx_image_->stride[VPX_PLANE_V] * uv_rows;
H A Dffmpeg_cdm_video_decoder.cc295 const int uv_rows = av_frame_->height / 2; local
299 uv_rows,
306 uv_rows,
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_remote_video_source.cc93 int uv_rows = frame->GetChromaHeight(); local
97 frame->GetUPlane(), frame->GetUPitch(), uv_rows, video_frame.get());
99 frame->GetVPlane(), frame->GetVPitch(), uv_rows, video_frame.get());
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc444 int uv_rows = (vpx_image->d_h + 1) / 2; local
449 uv_rows = vpx_image->d_h;
484 uv_rows,
488 uv_rows,
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc191 const int uv_rows = y_rows >> image->y_chroma_shift; local
194 const int buffer_size = y_stride * y_rows + 2*uv_stride * uv_rows;
205 image->planes[2] = image->planes[1] + uv_stride * uv_rows;
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc518 int uv_rows = kTestHeight / 2; local
532 for (int i = 0; i < uv_rows; ++i) {
540 for (int i = 0; i < uv_rows; ++i) {
/external/chromium_org/media/base/
H A Dvideo_util.cc88 int uv_rows = frame->rows(VideoFrame::kUPlane); local
91 for (int i = 0; i < uv_rows; ++i) {

Completed in 771 milliseconds