Home | History | Annotate | Download | only in camera

Lines Matching refs:v_offset

511     int             V_offset;
517 v_offset_func v_offset;
674 return line * width * 2 + desc->V_offset;
698 return (height + line / 2) * width + desc->V_offset;
734 if (desc->V_offset) {
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);
1287 .V_offset = 3,
1289 .v_offset = &_VOffIntrlYUV
1300 .V_offset = 2,
1302 .v_offset = &_VOffIntrlYUV
1313 .V_offset = 1,
1315 .v_offset = &_VOffIntrlYUV
1326 .V_offset = 0,
1328 .v_offset = &_VOffIntrlYUV
1339 .V_offset = 3,
1341 .v_offset = &_VOffIntrlYUV
1352 .V_offset = 2,
1354 .v_offset = &_VOffIntrlYUV
1369 .V_offset = 1,
1371 .v_offset = &_VOffSepYUV
1382 .V_offset = 0,
1384 .v_offset = &_VOffSepYUV
1395 .V_offset = 1,
1397 .v_offset = &_VOffIntrlUV
1408 .V_offset = 0,
1410 .v_offset = &_VOffIntrlUV