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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp964 const uint8_t *codecPrivate = (const uint8_t *)_codecPrivate; local
966 if (codecPrivate[0] != 0x02) {
975 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
985 if (len1 > (SIZE_MAX - codecPrivate[offset])) {
988 len1 += codecPrivate[offset++];
991 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
1001 if (len2 > (SIZE_MAX - codecPrivate[offset])) {
1004 len2 += codecPrivate[offset++];
1011 if (codecPrivate[offset] != 0x01) {
1014 meta->setData(kKeyVorbisInfo, 0, &codecPrivate[offse
1189 const unsigned char *codecPrivate = local
[all...]

Completed in 65 milliseconds