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

/hardware/intel/img/libdrm/libdrm/radeon/
H A Dradeon_cs_space.c39 static inline int radeon_cs_setup_bo(struct radeon_cs_space_check *sc, struct rad_sizes *sizes) argument
67 sizes->op_vram_write += bo->size;
69 sizes->op_gart_write += bo->size;
71 sizes->op_read += bo->size;
83 sizes->op_read -= bo->size;
84 sizes->op_vram_write += bo->size;
86 sizes->op_read -= bo->size;
87 sizes->op_gart_write += bo->size;
108 struct rad_sizes sizes; local
116 memset(&sizes,
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_int.h47 unsigned int sizes[MAX_PARTITIONS]; member in struct:__anon544
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/intel/img/libdrm/tests/
H A Ddrmstat.c164 int *indices, *sizes; local
167 sizes = alloca(sizeof(*sizes) * count);
173 dma.request_sizes = sizes;
/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;

Completed in 1822 milliseconds