Home
last modified time | relevance | path

Searched refs:max_size (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp156 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/
Dgr_allocator.cpp156 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/
Dmixvideoformatenc.h54 …def MIX_RESULT (*MixVideoFmtEncGetMaxEncodedBufSizeFunc) (MixVideoFormatEnc *mix, guint *max_size);
175 MIX_RESULT mix_videofmtenc_get_max_coded_buffer_size(MixVideoFormatEnc *mix, guint *max_size);
Dmixvideoformatenc.c32 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()
Dmixvideoformatenc_mpeg4.h129 MIX_RESULT mix_videofmtenc_mpeg4_get_max_encoded_buf_size (MixVideoFormatEnc *mix, guint * max_size
Dmixvideoformatenc_h264.h128 MIX_RESULT mix_videofmtenc_h264_get_max_encoded_buf_size (MixVideoFormatEnc *mix, guint * max_size);
Dmixvideoformatenc_h264.c627 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()
Dmixvideo.h85 guint *max_size);
Dmixvideoformatenc_mpeg4.c612 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()
Dmixvideo.c116 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/
Dgr_allocator.cpp164 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/
Dgr_allocator.cpp165 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/
DQCamera3HWI.h277 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,
DQCamera3PostProc.cpp184 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()
DQCamera3HWI.cpp11236 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/
Dvc1parse_common_defs.h266 uint32_t max_size; member
Dvc1parse.c133 result = viddec_pm_get_bits(ctxt, &sh.max_size, 32); in vc1_ParseSequenceLayer()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp1065 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/
DQCamera2HWI.cpp10840 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()