Searched refs:max_size (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_allocator.cpp | 176 unsigned int max_size = 0; in CheckForBufferSharing() local 192 if (max_size < size) { in CheckForBufferSharing() 194 max_size = size; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 156 unsigned int max_size = 0; in CheckForBufferSharing() local 174 if (max_size < size) { in CheckForBufferSharing() 176 max_size = size; in CheckForBufferSharing()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_allocator.cpp | 152 unsigned int max_size = 0; in CheckForBufferSharing() local 168 if (max_size < size) { in CheckForBufferSharing() 170 max_size = size; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 156 unsigned int max_size = 0; in CheckForBufferSharing() local 174 if (max_size < size) { in CheckForBufferSharing() 176 max_size = size; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 164 unsigned int max_size = 0; in CheckForBufferSharing() local 182 if (max_size < size) { in CheckForBufferSharing() 184 max_size = size; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 165 unsigned int max_size = 0; in CheckForBufferSharing() local 183 if (max_size < size) { in CheckForBufferSharing() 185 max_size = size; in CheckForBufferSharing()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 281 size_t max_size, int32_t *sizeTable); 283 size_t max_size, int32_t *fpsRangesTable); 285 size_t size, size_t max_size, uint8_t *overridesList,
|
D | QCamera3PostProc.cpp | 184 mm_dimension max_size; in initJpeg() local 193 memset(&max_size, 0, sizeof(mm_dimension)); in initJpeg() 194 max_size.w = max_pic_dim->width; in initJpeg() 195 max_size.h = max_pic_dim->height; in initJpeg() 204 mJpegClientHandle = jpeg_open(&mJpegHandle, NULL, max_size, &mJpegMetadata); in initJpeg()
|
D | QCamera3HWI.cpp | 11505 size_t max_size, int32_t *sizeTable) in makeTable() argument 11508 if (size > max_size) { in makeTable() 11509 size = max_size; in makeTable() 11527 size_t max_size, int32_t *fpsRangesTable) in makeFPSTable() argument 11530 if (size > max_size) { in makeFPSTable() 11531 size = max_size; in makeFPSTable() 11550 cam_scene_mode_overrides_t* overridesTable, size_t size, size_t max_size, in makeOverridesList() argument 11557 if (size > max_size) { in makeOverridesList() 11558 size = max_size; in makeOverridesList()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 1068 feature_set set_matrix[], int *size, int max_size) in GetFeatureSetCommand() argument 1075 set_size_max = max_size; in GetFeatureSetCommand()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 10840 mm_dimension max_size = {0, 0}; in initJpegHandle() local 10844 max_size.w = size.width; in initJpegHandle() 10845 max_size.h = size.height; in initJpegHandle() 10850 max_size, &mJpegMetadata); in initJpegHandle() 10853 max_size, NULL); in initJpegHandle() 10856 mJpegClientHandle = jpeg_open(&mJpegHandle, NULL, max_size, NULL); in initJpegHandle()
|