Home
last modified time | relevance | path

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

/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()
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.h85 guint *max_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/camera/QCamera2/HAL3/
DQCamera3HWI.h150 size_t max_size, int32_t *sizeTable);
152 size_t max_size, int32_t *fpsRangesTable);
154 size_t size, size_t max_size, uint8_t *overridesList,
DQCamera3PostProc.cpp186 mm_dimension max_size; in initJpeg() local
195 memset(&max_size, 0, sizeof(mm_dimension)); in initJpeg()
196 max_size.w = max_pic_dim->width; in initJpeg()
197 max_size.h = max_pic_dim->height; in initJpeg()
199 mJpegClientHandle = jpeg_open(&mJpegHandle, NULL, max_size, NULL); in initJpeg()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1936 BLOCK_SIZE max_size = BLOCK_64X64; in rd_auto_partition_range() local
1941 max_size = BLOCK_4X4; in rd_auto_partition_range()
1949 get_sb_partition_size_range(cpi, prev_mi, &min_size, &max_size); in rd_auto_partition_range()
1955 &min_size, &max_size); in rd_auto_partition_range()
1961 &min_size, &max_size); in rd_auto_partition_range()
1966 max_size = max_partition_size[max_size]; in rd_auto_partition_range()
1971 max_size = find_partition_size(max_size, in rd_auto_partition_range()
1974 min_size = MIN(min_size, max_size); in rd_auto_partition_range()
1980 next_square_size[max_size] < min_size) { in rd_auto_partition_range()
1981 min_size = next_square_size[max_size]; in rd_auto_partition_range()
[all …]
/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.cpp1002 feature_set set_matrix[], int *size, int max_size) in GetFeatureSetCommand() argument
1009 set_size_max = max_size; in GetFeatureSetCommand()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp9755 mm_dimension max_size = {0, 0}; in initJpegHandle() local
9759 max_size.w = size.width; in initJpegHandle()
9760 max_size.h = size.height; in initJpegHandle()
9765 max_size, &mJpegMetadata); in initJpegHandle()
9768 max_size, NULL); in initJpegHandle()
9771 mJpegClientHandle = jpeg_open(&mJpegHandle, NULL, max_size, NULL); in initJpegHandle()