/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/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/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc.h | 54 …def MIX_RESULT (*MixVideoFmtEncGetMaxEncodedBufSizeFunc) (MixVideoFormatEnc *mix, guint *max_size); 175 MIX_RESULT mix_videofmtenc_get_max_coded_buffer_size(MixVideoFormatEnc *mix, guint *max_size);
|
D | mixvideoformatenc.c | 32 MixVideoFormatEnc *mix, guint *max_size); 418 MixVideoFormatEnc *mix, guint *max_size) { in mix_videofmtenc_get_max_coded_buffer_size_default() argument 494 MIX_RESULT mix_videofmtenc_get_max_coded_buffer_size(MixVideoFormatEnc *mix, guint * max_size) { in mix_videofmtenc_get_max_coded_buffer_size() argument 498 return klass->getmaxencodedbufsize(mix, max_size); in mix_videofmtenc_get_max_coded_buffer_size()
|
D | mixvideoformatenc_mpeg4.h | 129 MIX_RESULT mix_videofmtenc_mpeg4_get_max_encoded_buf_size (MixVideoFormatEnc *mix, guint * max_size…
|
D | mixvideoformatenc_h264.h | 128 MIX_RESULT mix_videofmtenc_h264_get_max_encoded_buf_size (MixVideoFormatEnc *mix, guint * max_size);
|
D | mixvideoformatenc_h264.c | 627 guint max_size = 0; in mix_videofmtenc_h264_initialize() local 628 ret = mix_videofmtenc_h264_get_max_encoded_buf_size (parent, &max_size); in mix_videofmtenc_h264_initialize() 1765 MixVideoFormatEnc *mix, guint *max_size) in mix_videofmtenc_h264_get_max_encoded_buf_size() argument 1770 if (mix == NULL || max_size == NULL) in mix_videofmtenc_h264_get_max_encoded_buf_size() 1785 *max_size = self->coded_buf_size; in mix_videofmtenc_h264_get_max_encoded_buf_size() 1817 *max_size = self->coded_buf_size; in mix_videofmtenc_h264_get_max_encoded_buf_size()
|
D | mixvideo.h | 85 guint *max_size);
|
D | mixvideoformatenc_mpeg4.c | 612 guint max_size = 0; in mix_videofmtenc_mpeg4_initialize() local 613 ret = mix_videofmtenc_mpeg4_get_max_encoded_buf_size (parent, &max_size); in mix_videofmtenc_mpeg4_initialize() 1656 MixVideoFormatEnc *mix, guint * max_size) in mix_videofmtenc_mpeg4_get_max_encoded_buf_size() argument 1676 *max_size = self->coded_buf_size; in mix_videofmtenc_mpeg4_get_max_encoded_buf_size() 1708 *max_size = self->coded_buf_size; in mix_videofmtenc_mpeg4_get_max_encoded_buf_size()
|
D | mixvideo.c | 116 MIX_RESULT mix_video_get_max_coded_buffer_size_default (MixVideo * mix, guint *max_size); 1408 MIX_RESULT mix_video_get_max_coded_buffer_size_default (MixVideo * mix, guint *max_size) in mix_video_get_max_coded_buffer_size_default() argument 1415 if (!mix || !max_size) /* TODO: add other parameter NULL checking */ in mix_video_get_max_coded_buffer_size_default() 1425 ret = mix_videofmtenc_get_max_coded_buffer_size(priv->video_format_enc, max_size); in mix_video_get_max_coded_buffer_size_default()
|
/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 | 277 size_t max_size, int32_t *sizeTable); 279 size_t max_size, int32_t *fpsRangesTable); 281 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 | 11236 size_t max_size, int32_t *sizeTable) in makeTable() argument 11239 if (size > max_size) { in makeTable() 11240 size = max_size; in makeTable() 11258 size_t max_size, int32_t *fpsRangesTable) in makeFPSTable() argument 11261 if (size > max_size) { in makeFPSTable() 11262 size = max_size; in makeFPSTable() 11281 cam_scene_mode_overrides_t* overridesTable, size_t size, size_t max_size, in makeOverridesList() argument 11288 if (size > max_size) { in makeOverridesList() 11289 size = max_size; in makeOverridesList()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
D | vc1parse_common_defs.h | 266 uint32_t max_size; member
|
D | vc1parse.c | 133 result = viddec_pm_get_bits(ctxt, &sh.max_size, 32); in vc1_ParseSequenceLayer()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 1065 feature_set set_matrix[], int *size, int max_size) in GetFeatureSetCommand() argument 1072 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()
|