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.cpp689 video->nBitsForMBID = CalcNumBits((uint)video->nTotalMB - 1);
1362 video->nBitsForMBID = 6;
1366 video->nBitsForMBID = 7;
1370 video->nBitsForMBID = 9;
1374 video->nBitsForMBID = 11;
1378 video->nBitsForMBID = 13 ;
1382 video->nBitsForMBID = 14 ;
1426 video->nBitsForMBID = CalcNumBits((uint)video->nTotalMB - 1); /* otherwise calculate above */
1478 // if (currVol->nBitsForMBID //
1479 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.cpp916 pVol->nBitsForMBID = 1;
918 pVol->nBitsForMBID = 2;
920 pVol->nBitsForMBID = 3;
922 pVol->nBitsForMBID = 4;
924 pVol->nBitsForMBID = 5;
926 pVol->nBitsForMBID = 6;
928 pVol->nBitsForMBID = 7;
930 pVol->nBitsForMBID = 8;
932 pVol->nBitsForMBID = 9;
934 pVol->nBitsForMBID
[all...]
H A Dmp4lib_int.h123 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 175 milliseconds