HomeSort by relevance Sort by last modified time
    Searched defs:num_planes (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 44 unsigned num_planes; member in struct:vl_video_buffer
  /hardware/qcom/display/msm8998/libdrmutils/
drm_master.h 47 uint32_t num_planes = 1; member in struct:drm_utils::DRMBuffer
  /hardware/qcom/display/sdm845/libdrmutils/
drm_master.h 47 uint32_t num_planes = 1; member in struct:drm_utils::DRMBuffer
  /external/libdrm/tests/kms/
libkms-test.h 43 unsigned int num_planes; member in struct:kms_device
  /external/libdrm/tests/planetest/
dev.h 39 int num_planes; member in struct:sp_crtc
56 int num_planes; member in struct:sp_dev
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 92 const int num_planes = y_only ? 1 : MAX_MB_PLANE; local
122 for (plane = 1; plane < num_planes; ++plane) {
vp9_loopfilter.c 1419 const int num_planes = y_only ? 1 : MAX_MB_PLANE; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 12 unsigned num_planes; member in struct:nouveau_video_buffer
nouveau_vp3_video.h 31 unsigned num_planes, valid_ref; member in struct:nouveau_vp3_video_buffer
  /external/strace/mpers-m32/
struct_v4l2_create_buffers.h 32 unsigned char num_planes; member in struct:__anon31687::__anon31688::__anon31689::__anon31691
struct_v4l2_format.h 28 unsigned char num_planes; member in struct:__anon31700::__anon31701::__anon31703
  /external/strace/mpers-mx32/
struct_v4l2_create_buffers.h 32 unsigned char num_planes; member in struct:__anon31846::__anon31847::__anon31848::__anon31850
struct_v4l2_format.h 28 unsigned char num_planes; member in struct:__anon31859::__anon31860::__anon31862
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 99 size_t num_planes, plane; local
114 num_planes = gbm_bo_get_num_planes(bo);
116 CHECK(num_planes == 2);
118 CHECK(num_planes == 3);
120 CHECK(num_planes == 1);
129 for (plane = 0; plane < num_planes; plane++) {
560 size_t num_planes, p; local
569 num_planes = gbm_bo_get_num_planes(bo1);
570 for (p = 0; p < num_planes; p++) {
593 for (p = 0; p < num_planes; p++)
    [all...]
  /system/core/libsystem/include/system/
graphics.h 184 uint32_t num_planes; member in struct:android_flex_layout
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_camera.h 131 unsigned char num_planes; member in struct:msm_v4l2_format_data
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_camera.h 164 unsigned char num_planes; member in struct:msm_v4l2_format_data
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_camera.h 129 unsigned char num_planes; member in struct:msm_v4l2_format_data
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_camera.h 144 unsigned char num_planes; member in struct:msm_v4l2_format_data
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 82 * @num_planes : num of planes for the frame buffer, to be
88 int8_t num_planes; member in struct:__anon3781
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 78 * @num_planes : num of planes for the frame buffer, to be
84 int8_t num_planes; member in struct:__anon4369
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 78 * @num_planes : num of planes for the frame buffer, to be
84 int8_t num_planes; member in struct:__anon4921
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 96 * @num_planes : num of planes for the frame buffer, to be
102 int8_t num_planes; member in struct:__anon44077
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 1126 int num_planes = get_num_planes(dst->format); local
1218 int num_planes = get_num_planes(src->format); local
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 1132 int num_planes = get_num_planes(dst->format); local
1224 int num_planes = get_num_planes(src->format); local
    [all...]

Completed in 677 milliseconds

1 2 3 4 5