HomeSort by relevance Sort by last modified time
    Searched defs:uv_stride (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/media/cdm/ppapi/external_clear_key/
fake_cdm_video_decoder.cc 60 int uv_stride = local
66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding;
67 int frame_size = u_offset + uv_stride * uv_rows + kPlanePadding;
78 decoded_frame->SetStride(cdm::VideoFrame::kVPlane, uv_stride);
79 decoded_frame->SetStride(cdm::VideoFrame::kUPlane, uv_stride);
ffmpeg_cdm_video_decoder.cc 294 const int uv_stride = av_frame_->width / 2; local
298 uv_stride,
300 uv_stride,
305 uv_stride,
307 uv_stride,
324 cdm_video_frame->SetStride(cdm::VideoFrame::kUPlane, uv_stride);
325 cdm_video_frame->SetStride(cdm::VideoFrame::kVPlane, uv_stride);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 60 * uv_stride == y_stride/2, so enforce this here. */
61 int uv_stride = y_stride >> 1; local
62 int uvplane_size = (uv_height + border) * uv_stride;
91 ybf->uv_stride = uv_stride;
101 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
102 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
158 const int uv_stride = y_stride >> ss_x; local
162 (uint64_t)uv_stride;
241 ybf->uv_stride = uv_stride
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 57 * uv_stride == y_stride/2, so enforce this here. */
58 int uv_stride = y_stride >> 1; local
59 int uvplane_size = (uv_height + border) * uv_stride;
86 ybf->uv_stride = uv_stride;
96 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
97 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
148 const int uv_stride = y_stride >> ss_x; local
151 const int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
218 ybf->uv_stride = uv_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 59 * uv_stride == y_stride/2, so enforce this here. */
60 int uv_stride = y_stride >> 1; local
61 int uvplane_size = (uv_height + border) * uv_stride;
88 ybf->uv_stride = uv_stride;
98 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
99 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
152 int uv_stride = y_stride >> ss_x; local
155 int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
201 uv_stride = y_stride >> ss_x
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 14 * <-------- Y/UV_Stride -------->
37 * UV_Stride : Width aligned to 128
41 * + UV_Stride * UV_Scanlines + 4096), 4096)
50 * <-------- Y/UV_Stride -------->
73 * UV_Stride : Width aligned to 128
77 * + UV_Stride * UV_Scanlines + 4096), 4096)
88 * <-------- Y/UV_Stride -------->
129 * UV_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
135 * + 2*(UV_Stride * UV_Scanlines) + 4096), 4096
226 uv_stride, y_sclines, uv_sclines; local
263 uv_stride, y_sclines, uv_sclines; local
    [all...]