HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PLANES (Results 26 - 46 of 46) sorted by null

12

  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_scale.cpp 63 for (int i = 0; i < MAX_PLANES; i++) {
108 for (int j = 0; j < MAX_PLANES; j++) {
157 for (int i = 0; i < MAX_PLANES; i++) {
277 for (int j = 0; j < MAX_PLANES; j++) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_scale.cpp 63 for (int i = 0; i < MAX_PLANES; i++) {
108 for (int j = 0; j < MAX_PLANES; j++) {
157 for (int i = 0; i < MAX_PLANES; i++) {
277 for (int j = 0; j < MAX_PLANES; j++) {
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_scale.cpp 63 for (int i = 0; i < MAX_PLANES; i++) {
108 for (int j = 0; j < MAX_PLANES; j++) {
154 for (int i = 0; i < MAX_PLANES; i++) {
280 for (int j = 0; j < MAX_PLANES; j++) {
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_scale.cpp 63 for (int i = 0; i < MAX_PLANES; i++) {
108 for (int j = 0; j < MAX_PLANES; j++) {
157 for (int i = 0; i < MAX_PLANES; i++) {
277 for (int j = 0; j < MAX_PLANES; j++) {
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 29 #define MAX_PLANES VIDEO_MAX_PLANES
190 uint32_t intra_plane_offset[MAX_PLANES];
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 39 #define MAX_PLANES 4
354 HWPlane plane[MAX_PLANES];
  /hardware/qcom/display/msm8909/sdm/include/private/
hw_info_types.h 41 #define MAX_PLANES 4
392 HWPlane plane[MAX_PLANES];
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
hw_info_types.h 41 #define MAX_PLANES 4
391 HWPlane plane[MAX_PLANES];
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 41 #define MAX_PLANES 4
385 HWPlane plane[MAX_PLANES];
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 15 #define MAX_PLANES VIDEO_MAX_PLANES
188 uint32_t intra_plane_offset[MAX_PLANES];
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 79 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
vktYCbCrUtil.cpp 93 void* planePtrs[PlanarFormatDescription::MAX_PLANES];
94 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
113 const void* planePtrs[PlanarFormatDescription::MAX_PLANES];
114 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 29 #define MAX_PLANES VIDEO_MAX_PLANES
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 12 #define MAX_PLANES VIDEO_MAX_PLANES
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 171 #define MAX_PLANES 8
240 struct msm_pp_frame_mp mp[MAX_PLANES];
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 272 #define MAX_PLANES 8
345 struct msm_pp_frame_mp mp[MAX_PLANES];
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 174 #define MAX_PLANES 8
235 struct msm_pp_frame_mp mp[MAX_PLANES];
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 290 #define MAX_PLANES 8
363 struct msm_pp_frame_mp mp[MAX_PLANES];
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 174 #define MAX_PLANES 8
235 struct msm_pp_frame_mp mp[MAX_PLANES];
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 290 #define MAX_PLANES 8
363 struct msm_pp_frame_mp mp[MAX_PLANES];
    [all...]
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 108 #define MAX_PLANES 3
112 struct plane_info planes[MAX_PLANES];

Completed in 3809 milliseconds

12