Searched defs:avccidx (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DUtils.cpp1082 int avccidx = 6; local
1098 avcc[avccidx++] = size >> 8;
1099 avcc[avccidx++] = size & 0xff;
1100 memcpy(avcc+avccidx, lastparam, size);
1101 avccidx += size;
1114 int numpicparamsoffset = avccidx;
1115 avccidx++;
1121 avcc[avccidx++] = size >> 8;
1122 avcc[avccidx++] = size & 0xff;
1123 memcpy(avcc+avccidx, csd
[all...]

Completed in 162 milliseconds