Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/camera/usbcamcore/src/
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) { in create_sizes_str() argument
380 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height); in create_sizes_str()
384 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height); in create_sizes_str()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DTODO3 - Test (and fix, if necessary) support for unknown sizes.
6 - Try to handle unknown elements with unknown sizes.
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_utils.c188 viddec_parser_memory_sizes_t sizes; in vbp_utils_allocate_parser_memory() local
200 pcontext->parser_ops->get_cxt_size(&sizes); in vbp_utils_allocate_parser_memory()
203 if (sizes.persist_size) in vbp_utils_allocate_parser_memory()
205 pcontext->persist_mem = g_try_malloc(sizes.persist_size); in vbp_utils_allocate_parser_memory()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1122 ne_read_xiph_lacing(nestegg_io * io, size_t block, size_t * read, uint64_t n, uint64_t * sizes) in ne_read_xiph_lacing() argument
1129 r = ne_read_xiph_lace_value(io, &sizes[i], read); in ne_read_xiph_lacing()
1132 sum += sizes[i]; in ne_read_xiph_lacing()
1140 sizes[i] = block - *read - sum; in ne_read_xiph_lacing()
1145 ne_read_ebml_lacing(nestegg_io * io, size_t block, size_t * read, uint64_t n, uint64_t * sizes) in ne_read_ebml_lacing() argument
1158 sizes[i] = lace; in ne_read_ebml_lacing()
1159 sum = sizes[i]; in ne_read_ebml_lacing()
1170 sizes[i] = sizes[i - 1] + slace; in ne_read_ebml_lacing()
1171 sum += sizes[i]; in ne_read_ebml_lacing()
1179 sizes[i] = block - *read - sum; in ne_read_ebml_lacing()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c277 uint32_t sizes[8], int *count) { in parse_superframe_index()
299 sizes[i] = this_sz; in parse_superframe_index()
315 uint32_t sizes[8]; in vp9_decode() local
320 parse_superframe_index(data, data_sz, sizes, &frames_this_pts); in vp9_decode()
342 uint32_t this_sz = sizes[frame_count]; in vp9_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h47 unsigned int sizes[MAX_PARTITIONS]; member
Ddecodeframe.c821 pbi->fragments.sizes[0]; in setup_token_decoder()
833 unsigned int fragment_size = pbi->fragments.sizes[fragment_idx]; in setup_token_decoder()
846 pbi->fragments.sizes[0] = (unsigned int)ext_first_part_size; in setup_token_decoder()
851 pbi->fragments.sizes[0]; in setup_token_decoder()
865 pbi->fragments.sizes[fragment_idx] = (unsigned int)partition_size; in setup_token_decoder()
885 pbi->fragments.sizes[partition_idx], in setup_token_decoder()
977 const unsigned char *data_end = data + pbi->fragments.sizes[0]; in vp8_decode_frame()
Donyxd_if.c270 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0) in check_fragments_for_errors()
/hardware/qcom/camera/
DQCameraParameters.h242 void getSupportedHfrSizes(Vector<Size> &sizes) const;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c327 vpx_memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes)); in update_fragments()
335 ctx->fragments.sizes[ctx->fragments.count] = data_sz; in update_fragments()
349 ctx->fragments.sizes[0] = data_sz; in update_fragments()
378 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0], in vp8_decode()
/hardware/intel/common/libva/test/basic/
Dtestplan.txt36 - Create and destroy surfaces of different sizes
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c96 uint32_t sizes[SUPERFRAME_SLOTS]; member
204 int this_sz = sf->sizes[i]; in sf_create_index()
922 superframe.sizes[superframe.count++] = frame_pkt_size; in vpx_svc_encode()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h1034 void parseSizesList(const char *sizesStr, Vector<Size> &sizes);
1041 String8 createSizesString(const cam_dimension_t *sizes, size_t len);
DQCameraParameters.cpp1147 String8 QCameraParameters::createSizesString(const cam_dimension_t *sizes, size_t len) in createSizesString() argument
1153 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height); in createSizesString()
1158 sizes[i].width, sizes[i].height); in createSizesString()
6308 void QCameraParameters::parseSizesList(const char *sizesStr, Vector<Size> &sizes) in parseSizesList() argument
6324 sizes.push(Size(width, height)); in parseSizesList()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG228 Cayuga) given a frame with corrupt partition sizes.
289 Reduced structure sizes
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
Dmain.css2 Font sizes for all selectors other than the body are given in percentages,