Searched refs:shortVideoHeader (Results 1 - 14 of 14) 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/enc/src/
H A Dcombined_encode.cpp88 if (currVol->shortVideoHeader)
101 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
112 if (currVol->shortVideoHeader) /* ShortVideoHeader Mode */
173 if (!currVol->shortVideoHeader) /* Not in ShortVideoHeader mode */
211 if (currVol->shortVideoHeader) /* ShortVideoHeader = 1 */
219 if (currVol->shortVideoHeader) /* ShortVideoHeader = 1 */
283 Int resync_marker = ((!currVol->shortVideoHeader) && (!currVol->ResyncMarkerDisable));
345 if (currVol->shortVideoHeader)
358 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
364 if (currVol->shortVideoHeader)
[all...]
H A Dvlc_encode.h41 Void BlockCodeCoeff(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, UChar Mode, Int rvlc, Int shortVideoHeader);
H A Dvop.cpp132 if (currVol->shortVideoHeader) /* Short Video Header = 1 */
202 if (currVol->shortVideoHeader) /* Short Video Header = 1 */
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
H A Ddatapart_encode.cpp84 if (currVol->shortVideoHeader)
H A Dmp4enc_api.cpp896 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */
985 if (pVol->shortVideoHeader)
1436 if (video->vol[0]->shortVideoHeader) /* Short Video Header = 1 */
2444 if (currVol->shortVideoHeader == 1)
2478 if (currVol->shortVideoHeader == 0)
H A Dfastcodemb.cpp57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
/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 Dmp4lib_int.h254 int shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVideoDecData
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 Dpvdec_api.cpp252 video->shortVideoHeader = PV_TRUE;
255 if (video->shortVideoHeader == PV_TRUE)
314 if (video->shortVideoHeader == PV_TRUE)
914 if (video->shortVideoHeader)
1136 timestamp[idx] = CalcVopDisplayTime(video->vol[idx], vopHeader[idx], video->shortVideoHeader);
1198 if (video->shortVideoHeader)
1224 vopHeader[0]->timeStamp = CalcVopDisplayTime(currVol, vopHeader[0], video->shortVideoHeader);
1248 vopHeader[0]->timeStamp = CalcVopDisplayTime(currVol, vopHeader[0], video->shortVideoHeader);
1749 pVolInfo->shortVideoHeader = (int32)((VideoDecData *)(decCtrl->videoDecoderData))->shortVideoHeader;
[all...]
H A Dmp4dec_lib.h278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);

Completed in 77 milliseconds