Searched refs:u_offset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dfake_cdm_video_decoder.cc66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding; local
67 int frame_size = u_offset + uv_stride * uv_rows + kPlanePadding;
76 decoded_frame->SetPlaneOffset(cdm::VideoFrame::kUPlane, u_offset);
/external/chromium_org/third_party/angle/samples/angle/mip_map_2d/
H A DMipMap2D.cpp32 uniform float u_offset;
39 gl_Position.x += u_offset;
69 mOffsetLoc = glGetUniformLocation(mProgram, "u_offset");
/external/chromium_org/third_party/angle/samples/angle/texture_wrap/
H A DTextureWrap.cpp32 uniform float u_offset;
39 gl_Position.x += u_offset;
69 mOffsetLoc = glGetUniformLocation(mProgram, "u_offset");
/external/qemu/android/camera/
H A Dcamera-format-converters.c514 u_offset_func u_offset; member in struct:YUVDesc
1018 (uint8_t*)yuv + yuv_fmt->u_offset(yuv_fmt, y, width, height);
1086 (const uint8_t*)yuv + yuv_fmt->u_offset(yuv_fmt, y, width, height);
1132 (const uint8_t*)src + src_fmt->u_offset(src_fmt, y, width, height);
1136 (uint8_t*)dst + dst_fmt->u_offset(dst_fmt, y, width, height);
1205 (uint8_t*)yuv + yuv_fmt->u_offset(yuv_fmt, y, width, height);
1288 .u_offset = &_UOffIntrlYUV,
1301 .u_offset = &_UOffIntrlYUV,
1314 .u_offset = &_UOffIntrlYUV,
1327 .u_offset
[all...]
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc198 int u_offset = last_image_->stride[1] * rect.top() + rect.left(); local
202 last_image_->planes[1] + u_offset,

Completed in 129 milliseconds