/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.sh | 53 prototype void vp8_loop_filter_mbv "unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi" 58 prototype void vp8_loop_filter_bv "unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi" 63 prototype void vp8_loop_filter_mbh "unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi" 68 prototype void vp8_loop_filter_bh "unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi" 74 prototype void vp8_loop_filter_simple_mbv "unsigned char *y, int ystride, const unsigned char *blimit" 82 prototype void vp8_loop_filter_simple_mbh "unsigned char *y, int ystride, const unsigned char *blimit" 90 prototype void vp8_loop_filter_simple_bv "unsigned char *y, int ystride, const unsigned char *blimit" 98 prototype void vp8_loop_filter_simple_bh "unsigned char *y, int ystride, const unsigned char *blimit"
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
CameraFormatsActivity.java | 539 int yStride = (int)Math.ceil(w / 16.0) * 16; 540 int uvStride = (int)Math.ceil(yStride / 2 / 16.0) * 16; 541 int ySize = yStride * h; 655 int yStride = (int)Math.ceil(w / 16.0) * 16; 656 int uvStride = (int)Math.ceil(yStride/2/16.0) * 16; 657 int ySize = yStride * h; 665 int yIndex = yStride * y;
|
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 455 int &yStride, 461 yStride = ( width + 0xF ) & ~0xF; 462 uvStride = ( yStride / 2 + 0xF ) & ~0xF; 463 ySize = yStride * height; 617 int yStride, uvStride, ySize, uvSize, size; 618 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size); [all...] |
/system/core/include/system/ |
graphics.h | 257 * @ystride is the stride of the luma plane. 269 size_t ystride; member in struct:android_ycbcr
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_x86.c | 24 void sym(unsigned char *y, int ystride, const unsigned char *blimit)
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 154 ycbcr.ystride :
|
/frameworks/rs/ |
rsGrallocConsumer.cpp | 148 mAlloc->mHal.drvState.lod[0].stride = ycbcr.ystride;
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 149 * (xstride = width, ystride = height for chroma and luma components).</p>
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 180 int yStride; //luma stride 457 yuvInfo.yStride = aligned_width; 465 yuvInfo.yStride = aligned_width; 565 surfaceDef.stride0 = yuvInfo.yStride; [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 182 int yStride; //luma stride 468 yuvInfo.yStride = aligned_width; 476 yuvInfo.yStride = aligned_width; 576 surfaceDef.stride0 = yuvInfo.yStride; [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit_c2d.cpp | 180 int yStride; //luma stride 457 yuvInfo.yStride = aligned_width; 465 yuvInfo.yStride = aligned_width; 565 surfaceDef.stride0 = yuvInfo.yStride; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_phyuv.c | 212 overlay->hwdata->YStride = overlay->hwdata->channel->yplane1->pitch;
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_neon.S | [all...] |