Searched refs:nBitsForMBID (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp36 int nbits = video->nBitsForMBID;
212 *next_MB = BitstreamReadBits16(stream, video->nBitsForMBID);
H A Dvop.cpp695 video->nBitsForMBID = CalcNumBits((uint)video->nTotalMB - 1);
1374 video->nBitsForMBID = 6;
1378 video->nBitsForMBID = 7;
1382 video->nBitsForMBID = 9;
1386 video->nBitsForMBID = 11;
1390 video->nBitsForMBID = 13 ;
1394 video->nBitsForMBID = 14 ;
1438 video->nBitsForMBID = CalcNumBits((uint)video->nTotalMB - 1); /* otherwise calculate above */
1490 // if (currVol->nBitsForMBID //
1491 if (BitstreamReadBits16(stream, video->nBitsForMBID))
[all...]
H A Dmp4lib_int.h263 int nBitsForMBID; /* how many bits required for MB number? */ member in struct:tagVideoDecData
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp949 pVol->nBitsForMBID = 1;
951 pVol->nBitsForMBID = 2;
953 pVol->nBitsForMBID = 3;
955 pVol->nBitsForMBID = 4;
957 pVol->nBitsForMBID = 5;
959 pVol->nBitsForMBID = 6;
961 pVol->nBitsForMBID = 7;
963 pVol->nBitsForMBID = 8;
965 pVol->nBitsForMBID = 9;
967 pVol->nBitsForMBID
[all...]
H A Dmp4lib_int.h124 Int nBitsForMBID; /* how many bits required for MB number? */ member in struct:tagVol
H A Dvop.cpp541 BitstreamPutBits(bs, currVol->nBitsForMBID, MB_number); /* resync_marker */

Completed in 98 milliseconds