Searched refs:uv_rows (Results 1 – 5 of 5) sorted by relevance
63 int uv_rows = height / 2; in DecodeFrame() local66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding; in DecodeFrame()67 int frame_size = u_offset + uv_stride * uv_rows + kPlanePadding; in DecodeFrame()
150 const int uv_rows = vpx_image_->d_h / 2; in CopyVpxImageTo() local151 const int u_size = vpx_image_->stride[VPX_PLANE_U] * uv_rows; in CopyVpxImageTo()152 const int v_size = vpx_image_->stride[VPX_PLANE_V] * uv_rows; in CopyVpxImageTo()
291 const int uv_rows = av_frame_->height / 2; in CopyAvFrameTo() local295 uv_rows, in CopyAvFrameTo()302 uv_rows, in CopyAvFrameTo()
68 int uv_rows = frame->GetHeight() / 2; // YV12 format. in RenderFrame() local72 frame->GetUPlane(), frame->GetUPitch(), uv_rows, video_frame.get()); in RenderFrame()74 frame->GetVPlane(), frame->GetVPitch(), uv_rows, video_frame.get()); in RenderFrame()
88 int uv_rows = frame->rows(VideoFrame::kUPlane); in FillYUV() local91 for (int i = 0; i < uv_rows; ++i) { in FillYUV()