/hardware/google/graphics/common/libhwjpeg/ |
D | LibScalerForJpeg.cpp | 174 v4l2_plane plane[SCALER_MAX_PLANES]; in queueBuffer() 237 v4l2_plane plane[SCALER_MAX_PLANES]; in dequeueBuffer()
|
D | hwjpeg-v4l2.cpp | 599 v4l2_plane planes_src[6], planes_dst[2]; in DQBuf()
|
/hardware/google/graphics/common/libhwjpeg/include/ |
D | exynos-hwjpeg.h | 537 v4l2_plane m_v4l2SrcPlanes[6]; 539 v4l2_plane m_v4l2DstPlanes[2];
|
/hardware/google/graphics/common/libscaler/ |
D | libscaler-v4l2.cpp | 351 v4l2_plane planes[SC_MAX_PLANES]; in QBuf() 486 v4l2_plane plane[SC_NUM_OF_PLANES]; in DQBuf()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | mm_camera_interface.h | 103 struct v4l2_plane planes[VIDEO_MAX_PLANES];
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 168 struct v4l2_plane plane; in async_venc_message_thread() 1439 struct v4l2_plane plane; in venc_use_buf() 1570 struct v4l2_plane plane; in venc_empty_buf() 1658 struct v4l2_plane plane; in venc_fill_buf()
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 451 struct v4l2_plane { struct 481 struct v4l2_plane *planes; argument
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 452 struct v4l2_plane { struct 482 struct v4l2_plane *planes; argument
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 618 struct v4l2_plane { struct 676 struct v4l2_plane *planes;
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 621 struct v4l2_plane { struct 679 struct v4l2_plane *planes;
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | videodev2.h | 394 struct v4l2_plane { struct 418 struct v4l2_plane * planes; argument
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | videodev2.h | 445 struct v4l2_plane { struct 474 struct v4l2_plane *planes; argument
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 133 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2691 struct v4l2_plane plane; in execute_omx_flush() 4616 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 5192 struct v4l2_plane plane; in allocate_input_buffer() 5542 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 6174 struct v4l2_plane plane; in empty_this_buffer_proxy() 6413 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 6415 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy() 10025 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy_dsp() 10027 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy_dsp() [all …]
|
D | omx_vdec_hevc.cpp | 142 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2144 struct v4l2_plane plane; in execute_omx_flush() 3649 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 4263 struct v4l2_plane plane; in allocate_input_buffer() 4616 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 5171 struct v4l2_plane plane; in empty_this_buffer_proxy() 5341 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 5343 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
|
D | omx_vdec_msm8974.cpp | 144 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2632 struct v4l2_plane plane; in execute_omx_flush() 4726 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 5409 struct v4l2_plane plane; in allocate_input_buffer() 5795 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 6377 struct v4l2_plane plane; in empty_this_buffer_proxy() 6646 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 6648 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 127 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2722 struct v4l2_plane plane; in execute_omx_flush() 4813 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 5392 struct v4l2_plane plane; in allocate_input_buffer() 5746 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 6379 struct v4l2_plane plane; in empty_this_buffer_proxy() 6621 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 6623 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy() 10240 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy_dsp() 10242 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy_dsp() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 259 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread() 2532 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_empty_buf() 3095 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_empty_batch() 3262 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_fill_buf()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 327 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread() 3209 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_use_buf() 3403 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_empty_buf() 3752 struct v4l2_plane plane; in venc_empty_batch() 3875 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_fill_buf()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 171 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 3321 struct v4l2_plane plane; in execute_omx_flush() 5989 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 6805 struct v4l2_plane plane; in allocate_input_buffer() 7245 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 7847 struct v4l2_plane plane; in empty_this_buffer_proxy() 8101 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 8103 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy() 9105 struct v4l2_plane *plane = NULL; in async_message_process()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 150 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2644 struct v4l2_plane plane; in execute_omx_flush() 5176 struct v4l2_plane plane; in empty_this_buffer_proxy() 5470 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 5472 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy() 6316 struct v4l2_plane *plane = NULL; in async_message_process()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 268 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread() 4177 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_empty_buf() 4702 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_empty_batch() 4875 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_fill_buf()
|