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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dvisual_header.h33 int32 shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVolInfo
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp48 int shortVideoHeader = video->shortVideoHeader; local
83 if (video->shortVideoHeader)
196 if (shortVideoHeader)
275 if (shortVideoHeader)
414 if (!video->shortVideoHeader)
446 if ((MBtype & INTRA_MASK) && !video->shortVideoHeader)
592 if (video->shortVideoHeader)
H A Dvop.cpp258 video->shortVideoHeader = TRUE;
281 video->shortVideoHeader = 0;
710 video->shortVideoHeader = TRUE;
817 * Read the VOP header from the bitstream (No shortVideoHeader Mode here!)
1581 if (!video->shortVideoHeader)
1631 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader) argument
1640 if (!shortVideoHeader)
H A Dmp4lib_int.h254 int shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVideoDecData
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp1146 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; local
1152 if (!shortVideoHeader)
1182 if (!video->vol[video->currLayer]->shortVideoHeader)
1197 if (shortVideoHeader) /* Short Header DC coefficients */
1264 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; local
1271 if (!shortVideoHeader && intra)
1324 if (!video->vol[video->currLayer]->shortVideoHeader && intra)
1363 if (shortVideoHeader) /* Shor
[all...]
H A Dmp4lib_int.h78 Int shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVol

Completed in 124 milliseconds