Searched refs:src_stride (Results 101 - 117 of 117) sorted by relevance

12345

/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_pproc.h145 uint32_t src_stride; member in struct:msm_cpp_frame_strip_info
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp149 " pld [%[src], %[src_stride], lsl #2] \n\t"
170 : [src_stride] "r" (width)
H A DAppCallbackNotifier.cpp569 " pld [%[src], %[src_stride], lsl #2] \n\t"
604 : [src_stride] "r" (stride_bytes)
627 " pld [%[src], %[src_stride], lsl #2] \n\t"
663 : [src_stride] "r" (stride_bytes)
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp992 " pld [%[src], %[src_stride], lsl #2] \n\t"
1011 : [src_stride] "r" (width), [skip] "r" (skip)
1070 " pld [%[src], %[src_stride], lsl #2] \n\t"
1089 : [src_stride] "r" (width), [skip] "r" (skip)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsad_test.cc40 int src_stride,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c415 int src_stride = b->src_stride; local
425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h175 ColorConvertFormat dest,unsigned int src_stride);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h178 ColorConvertFormat dest,unsigned int src_stride);
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp581 " pld [%[src], %[src_stride], lsl #2] \n\t"
616 : [src_stride] "r" (stride_bytes)
639 " pld [%[src], %[src_stride], lsl #2] \n\t"
675 : [src_stride] "r" (stride_bytes)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Drecon_sse2.asm16 ; int src_stride,
32 movsxd rax, dword ptr arg(1) ;src_stride;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1055 const int src_stride = p->src.stride; local
1058 src_stride)];
1097 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride];
1106 x->skip_encode ? src_stride : dst_stride,
1108 vp9_subtract_block(4, 4, src_diff, 8, src, src_stride, dst, dst_stride);
H A Dvp9_firstpass.c381 const int src_stride = x->plane[0].src.stride; local
386 fn(src, src_stride, ref, ref_stride, &sse);
H A Dvp9_onyx_if.c1939 const int src_stride = src_strides[i]; local
1941 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride +
1945 vp9_convolve8(src, src_stride, dst, dst_stride,
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h2006 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1898 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4544 ColorConvertFormat src, ColorConvertFormat dest,unsigned int src_stride)
4550 src,dest,0,src_stride);
4543 open(unsigned int height,unsigned int width, ColorConvertFormat src, ColorConvertFormat dest,unsigned int src_stride) argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4801 ColorConvertFormat src, ColorConvertFormat dest,unsigned int src_stride)
4807 src,dest,0,src_stride);
4800 open(unsigned int height,unsigned int width, ColorConvertFormat src, ColorConvertFormat dest,unsigned int src_stride) argument

Completed in 448 milliseconds

12345