Searched defs:avccidx (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DUtils.cpp1117 int avccidx = 6; local
1133 avcc[avccidx++] = size >> 8;
1134 avcc[avccidx++] = size & 0xff;
1135 memcpy(avcc+avccidx, lastparam, size);
1136 avccidx += size;
1149 int numpicparamsoffset = avccidx;
1150 avccidx++;
1156 avcc[avccidx++] = size >> 8;
1157 avcc[avccidx++] = size & 0xff;
1158 memcpy(avcc+avccidx, csd
[all...]

Completed in 57 milliseconds