OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v4l2_plane
(Results
1 - 25
of
30
) sorted by null
1
2
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h
115
struct
v4l2_plane
planes[NUM_OF_GSC_PLANES];
exynos_gscaler.c
[
all
...]
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp
200
struct
v4l2_plane
plane[JPEG_MAX_PLANE_CNT];
205
memset(plane, 0, (int)JPEG_MAX_PLANE_CNT * sizeof(struct
v4l2_plane
));
234
struct
v4l2_plane
planes[3];
238
memset(planes, 0, sizeof(struct
v4l2_plane
)*3);
/device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h
72
struct
v4l2_plane
planes[VIDEO_MAX_PLANES];
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h
179
struct
v4l2_plane
planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/
/hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h
72
struct
v4l2_plane
planes[VIDEO_MAX_PLANES];
/external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc
577
struct
v4l2_plane
planes[3];
684
struct
v4l2_plane
planes[2];
791
struct
v4l2_plane
qbuf_planes[3];
843
struct
v4l2_plane
qbuf_planes[2];
871
struct
v4l2_plane
qbuf_planes[2];
[
all
...]
exynos_video_decode_accelerator.cc
[
all
...]
/device/lge/mako/camera/mm-camera-interface/
mm_camera.h
97
struct
v4l2_plane
planes[VIDEO_MAX_PLANES];
mm_camera_interface2.h
172
struct
v4l2_plane
planes[VIDEO_MAX_PLANES];
mm_camera_stream.c
197
struct
v4l2_plane
planes[VIDEO_MAX_PLANES];
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
843
struct
v4l2_plane
planes[VIDEO_DECODER_INBUF_PLANES];
962
struct
v4l2_plane
planes[VIDEO_DECODER_OUTBUF_PLANES];
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp
170
struct
v4l2_plane
plane;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp
224
struct
v4l2_plane
plane[VIDEO_MAX_PLANES];
[
all
...]
/bionic/libc/kernel/common/linux/
videodev2.h
444
struct
v4l2_plane
{
struct
472
struct
v4l2_plane
*planes;
[
all
...]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
278
memcpy(&my_obj->buf[0].planes,&buf->planes,buf->num_planes * sizeof(struct
v4l2_plane
));
830
struct
v4l2_plane
planes[VIDEO_MAX_PLANES];
[
all
...]
/external/kernel-headers/original/linux/
videodev2.h
606
* struct
v4l2_plane
- plane info for multi-planar buffers
623
struct
v4l2_plane
{
struct
676
struct
v4l2_plane
*planes;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp
135
struct
v4l2_plane
plane[VIDEO_MAX_PLANES];
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
445
struct
v4l2_plane
{
struct
474
struct
v4l2_plane
*planes;
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
607
* struct
v4l2_plane
- plane info for multi-planar buffers
624
struct
v4l2_plane
{
struct
677
struct
v4l2_plane
*planes;
[
all
...]
/hardware/samsung_slsi/exynos5/include/
videodev2.h
583
* struct
v4l2_plane
- plane info for multi-planar buffers
602
struct
v4l2_plane
{
struct
658
struct
v4l2_plane
*planes;
[
all
...]
/hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c
79
struct
v4l2_plane
planes[NUM_OF_ROTATOR_PLANES];
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp
129
struct
v4l2_plane
plane;
[
all
...]
Completed in 189 milliseconds
1
2