Searched refs:sizes (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQCameraUsbParm.cpp149 static String8 create_sizes_str(const camera_size_type *sizes, int len);
375 static String8 create_sizes_str(const camera_size_type *sizes, int len) { argument
380 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
384 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height);
/hardware/qcom/camera/usbcamcore/src/
H A DQCameraUsbParm.cpp149 static String8 create_sizes_str(const camera_size_type *sizes, int len);
375 static String8 create_sizes_str(const camera_size_type *sizes, int len) { argument
380 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
384 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_utils.c188 viddec_parser_memory_sizes_t sizes; local
200 pcontext->parser_ops->get_cxt_size(&sizes);
203 if (sizes.persist_size)
205 pcontext->persist_mem = g_try_malloc(sizes.persist_size);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_int.h47 unsigned int sizes[MAX_PARTITIONS]; member in struct:__anon1078
H A Ddecodeframe.c821 pbi->fragments.sizes[0];
833 unsigned int fragment_size = pbi->fragments.sizes[fragment_idx];
840 /* Size of first partition + token partition sizes element */
846 pbi->fragments.sizes[0] = (unsigned int)ext_first_part_size;
851 pbi->fragments.sizes[0];
865 pbi->fragments.sizes[fragment_idx] = (unsigned int)partition_size;
885 pbi->fragments.sizes[partition_idx],
977 const unsigned char *data_end = data + pbi->fragments.sizes[0];
H A Donyxd_if.c270 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_ion.h132 size_t __user * sizes; member in struct:ion_prefetch_regions
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_ion.h169 size_t __user *sizes; member in struct:ion_prefetch_regions
/hardware/qcom/camera/
H A DQCameraParameters.h49 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
242 void getSupportedHfrSizes(Vector<Size> &sizes) const;
/hardware/qcom/camera/msm8998/
H A DQCameraParameters.h49 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
242 void getSupportedHfrSizes(Vector<Size> &sizes) const;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c277 uint32_t sizes[8], int *count) {
299 sizes[i] = this_sz;
315 uint32_t sizes[8]; local
320 parse_superframe_index(data, data_sz, sizes, &frames_this_pts);
342 uint32_t this_sz = sizes[frame_count];
276 parse_superframe_index(const uint8_t *data, size_t data_sz, uint32_t sizes[8], int *count) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1122 ne_read_xiph_lacing(nestegg_io * io, size_t block, size_t * read, uint64_t n, uint64_t * sizes) argument
1129 r = ne_read_xiph_lace_value(io, &sizes[i], read);
1132 sum += sizes[i];
1140 sizes[i] = block - *read - sum;
1145 ne_read_ebml_lacing(nestegg_io * io, size_t block, size_t * read, uint64_t n, uint64_t * sizes) argument
1158 sizes[i] = lace;
1159 sum = sizes[i];
1170 sizes[i] = sizes[i - 1] + slace;
1171 sum += sizes[
2042 uint64_t sizes[3], total; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c325 /* New frame, reset fragment pointers and sizes */
327 vpx_memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes));
335 ctx->fragments.sizes[ctx->fragments.count] = data_sz;
349 ctx->fragments.sizes[0] = data_sz;
378 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0],
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c96 uint32_t sizes[SUPERFRAME_SLOTS]; member in struct:Superframe
204 int this_sz = sf->sizes[i];
922 superframe.sizes[superframe.count++] = frame_pkt_size;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.h111 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
122 // Supported live snapshot sizes
1039 void parseSizesList(const char *sizesStr, Vector<Size> &sizes);
1046 String8 createSizesString(const cam_dimension_t *sizes, size_t len);
H A DQCameraParameters.cpp141 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
502 /*Thumbnail sizes to match portrait picture size aspect ratio*/
1146 * @sizes : array of dimensions
1151 String8 QCameraParameters::createSizesString(const cam_dimension_t *sizes, size_t len) argument
1157 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
1162 sizes[i].width, sizes[i].height);
1317 * DESCRIPTION: create string obj contains array of hfr sizes
1634 // Get current Picture & max Snapshot sizes
6322 parseSizesList(const char *sizesStr, Vector<Size> &sizes) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.h112 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
123 // Supported live snapshot sizes
1066 void parseSizesList(const char *sizesStr, Vector<Size> &sizes);
1073 String8 createSizesString(const cam_dimension_t *sizes, size_t len);
H A DQCameraParameters.cpp141 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
502 /*Thumbnail sizes to match portrait picture size aspect ratio*/
1157 * @sizes : array of dimensions
1162 String8 QCameraParameters::createSizesString(const cam_dimension_t *sizes, size_t len) argument
1168 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
1173 sizes[i].width, sizes[i].height);
1317 * DESCRIPTION: create string obj contains array of hfr sizes
1634 // Get current Picture & max Snapshot sizes
6508 parseSizesList(const char *sizesStr, Vector<Size> &sizes) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp8235 // requires the respective sizes to be accurate.
12306 size_t *sizes = (size_t*) malloc(sizeof(size_t) * prefetch_count); local
12308 if (custom_data == NULL || prefetch_data == NULL || regions == NULL || sizes == NULL) {
12314 sizes[i] = prefetch_size;
12318 regions[0].sizes = sizes;
12335 free(sizes);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp8564 // requires the respective sizes to be accurate.
13058 size_t *sizes = (size_t*) malloc(sizeof(size_t) * prefetch_count); local
13060 if (custom_data == NULL || prefetch_data == NULL || regions == NULL || sizes == NULL) {
13066 sizes[i] = prefetch_size;
13070 regions[0].sizes = sizes;
13087 free(sizes);

Completed in 633 milliseconds