Home
last modified time | relevance | path

Searched refs:src_buf (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_texture.h139 int width, int height, int src_pitch, struct _WsbmBufferObject * src_buf,
146 int src_pitch, struct _WsbmBufferObject * src_buf,
Dpsb_cmdbuf.h172 psb_buffer_p src_buf,
Dpsb_texture.c528 int src_pitch, struct _WsbmBufferObject * src_buf,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c286 mm_camera_super_buf_t *src_buf = NULL; in mm_app_do_reprocess() local
306 src_buf = ( mm_camera_super_buf_t * ) malloc(sizeof(mm_camera_super_buf_t)); in mm_app_do_reprocess()
307 if ( NULL == src_buf ) { in mm_app_do_reprocess()
311 memcpy(src_buf, super_buf, sizeof(mm_camera_super_buf_t)); in mm_app_do_reprocess()
312 mm_qcamera_queue_enqueue(&test_obj->pp_frames, src_buf); in mm_app_do_reprocess()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2982 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; in swvenc_color_align() local
2984 src_buf += width * height; in swvenc_color_align()
2988 src_buf + line * width, in swvenc_color_align()
2992 dst_buf = src_buf = buffer->pBuffer; in swvenc_color_align()
2996 src_buf + line * width, in swvenc_color_align()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2626 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; in venc_color_align() local
2628 src_buf += width * height; in venc_color_align()
2632 src_buf + line * width, in venc_color_align()
2636 dst_buf = src_buf = buffer->pBuffer; in venc_color_align()
2640 src_buf + line * width, in venc_color_align()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3315 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; in venc_color_align() local
3317 src_buf += width * height; in venc_color_align()
3321 src_buf + line * width, in venc_color_align()
3325 dst_buf = src_buf = buffer->pBuffer; in venc_color_align()
3329 src_buf + line * width, in venc_color_align()