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

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dfake_cdm_video_decoder.cc65 int v_offset = y_stride * y_rows + kPlanePadding; local
66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding;
75 decoded_frame->SetPlaneOffset(cdm::VideoFrame::kVPlane, v_offset);
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp205 INT v_offset[]= {-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7}; local
206 return (k0_min + v_offset[start_freq]);
210 INT v_offset[]= {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13}; local
211 return (k0_min + v_offset[start_freq]);
215 INT v_offset[]= {-5, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16}; local
216 return (k0_min + v_offset[start_freq]);
220 INT v_offset[]= {-6, -4, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16}; local
221 return (k0_min + v_offset[start_freq]);
227 INT v_offset[]= {-4, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 20}; local
228 return (k0_min + v_offset[start_fre
234 INT v_offset[]= {-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 20, 24}; local
239 INT v_offset[]= {0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 20, 24, 28, 33}; local
[all...]
/external/qemu/android/camera/
H A Dcamera-format-converters.c517 v_offset_func v_offset; member in struct:YUVDesc
1020 (uint8_t*)yuv + yuv_fmt->v_offset(yuv_fmt, y, width, height);
1088 (const uint8_t*)yuv + yuv_fmt->v_offset(yuv_fmt, y, width, height);
1134 (const uint8_t*)src + src_fmt->v_offset(src_fmt, y, width, height);
1138 (uint8_t*)dst + dst_fmt->v_offset(dst_fmt, y, width, height);
1207 (uint8_t*)yuv + yuv_fmt->v_offset(yuv_fmt, y, width, height);
1289 .v_offset = &_VOffIntrlYUV
1302 .v_offset = &_VOffIntrlYUV
1315 .v_offset = &_VOffIntrlYUV
1328 .v_offset
[all...]
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc199 int v_offset = last_image_->stride[2] * rect.top() + rect.left(); local
204 last_image_->planes[2] + v_offset,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc340 SkScalar v_offset = SkIntToScalar(TabStrip::kNewTabButtonVerticalOffset); local
346 mask->moveTo(0, v_offset + 1);
347 mask->lineTo(w - 7, v_offset + 1);
348 mask->lineTo(w - 4, v_offset + 4);
349 mask->lineTo(w, v_offset + 16);
350 mask->lineTo(w - 1, v_offset + 17);
351 mask->lineTo(7, v_offset + 17);
352 mask->lineTo(4, v_offset + 13);
353 mask->lineTo(0, v_offset + 1);

Completed in 342 milliseconds