/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gsc_utils.h | 115 struct v4l2_plane planes[NUM_OF_GSC_PLANES];
|
D | exynos_gscaler.c | 1624 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; in exynos_gsc_out_run() 1641 memset(&planes[i], 0, sizeof(struct v4l2_plane)); in exynos_gsc_out_run() 1658 memset(&planes[i], 0, sizeof(struct v4l2_plane)); in exynos_gsc_out_run() 1715 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; in exynos_gsc_out_stop()
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegBase.cpp | 200 struct v4l2_plane plane[JPEG_MAX_PLANE_CNT]; in t_v4l2Qbuf() 205 memset(plane, 0, (int)JPEG_MAX_PLANE_CNT * sizeof(struct v4l2_plane)); in t_v4l2Qbuf() 234 struct v4l2_plane planes[3]; in t_v4l2Dqbuf() 238 memset(planes, 0, sizeof(struct v4l2_plane)*3); in t_v4l2Dqbuf()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 72 struct v4l2_plane planes[VIDEO_MAX_PLANES];
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
D | ExynosVideoEncoder.c | 1177 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; in MFC_Encoder_Setup_Inbuf() 1299 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; in MFC_Encoder_Setup_Outbuf() 1803 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; in MFC_Encoder_Enqueue_Inbuf() 1887 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; in MFC_Encoder_Enqueue_Outbuf() 2039 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; in MFC_Encoder_Dequeue_Outbuf() 2180 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; in MFC_Encoder_ExtensionEnqueue_Inbuf()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
D | ExynosVideoDecoder.c | 843 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; in MFC_Decoder_Setup_Inbuf() 962 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; in MFC_Decoder_Setup_Outbuf() 1428 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; in MFC_Decoder_Enqueue_Inbuf() 1524 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; in MFC_Decoder_Enqueue_Outbuf() 1954 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; in MFC_Decoder_ExtensionEnqueue_Outbuf()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 1324 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in getPreviewBuf() 1364 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in putPreviewBuf() 1528 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in getVideoBuf() 1579 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in putVideoBuf() 1711 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in getPictureBuf() 1756 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in putPictureBuf() 3470 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in m_setWidthHeight()
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 170 struct v4l2_plane plane; in async_venc_message_thread() 1441 struct v4l2_plane plane; in venc_use_buf() 1572 struct v4l2_plane plane; in venc_empty_buf() 1660 struct v4l2_plane plane; in venc_fill_buf()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 224 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread() 1683 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_use_buf() 1833 struct v4l2_plane plane; in venc_empty_buf() 1974 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_fill_buf()
|
/hardware/samsung_slsi/exynos5/include/ |
D | videodev2.h | 602 struct v4l2_plane { struct 658 struct v4l2_plane *planes;
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | videodev2.h | 624 struct v4l2_plane { struct 677 struct v4l2_plane *planes;
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
D | videodev2.h | 445 struct v4l2_plane { struct 474 struct v4l2_plane *planes; argument
|
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 79 struct v4l2_plane planes[NUM_OF_ROTATOR_PLANES];
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 135 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2132 struct v4l2_plane plane; in execute_omx_flush() 3634 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 4248 struct v4l2_plane plane; in allocate_input_buffer() 4601 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 5152 struct v4l2_plane plane; in empty_this_buffer_proxy() 5313 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 5315 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
|
D | omx_vdec_msm8974.cpp | 134 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() 2287 struct v4l2_plane plane; in execute_omx_flush() 3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() 4526 struct v4l2_plane plane; in allocate_input_buffer() 4878 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() 5475 struct v4l2_plane plane; in empty_this_buffer_proxy() 5675 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() 5677 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 129 struct v4l2_plane plane; in async_message_thread() 4401 struct v4l2_plane plane; in allocate_input_buffer() 4775 struct v4l2_plane plane; in allocate_output_buffer() 5388 struct v4l2_plane plane; in empty_this_buffer_proxy() 5544 struct v4l2_plane plane; in fill_this_buffer_proxy() 7397 struct v4l2_plane plane; in start_port_reconfig()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 946 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in mm_stream_read_msm_frame() 1132 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in mm_stream_qbuf()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 164 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in cam_int_qbuf() 235 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in cam_int_dqbuf() 253 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in cam_int_dqbuf() 1555 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in notifyRequestQueueNotEmpty() 2025 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in registerStreamBuffers() 4005 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in m_streamFunc_direct()
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 707 struct v4l2_plane planes[1]; in hdmi_output()
|