Home
last modified time | relevance | path

Searched refs:hintTrackInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp1596 video->hintTrackInfo.MTB = 1; in PVEncodeVideoFrame()
1598 video->hintTrackInfo.MTB = 0; in PVEncodeVideoFrame()
1599 video->hintTrackInfo.LayerID = (UChar)currVol->volID; in PVEncodeVideoFrame()
1600 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeVideoFrame()
1601 video->hintTrackInfo.RefSelCode = (UChar)video->currVop->refSelectCode; in PVEncodeVideoFrame()
1845 video->hintTrackInfo.MTB = 1; in PVEncodeFrameSet()
1847 video->hintTrackInfo.MTB = 0; in PVEncodeFrameSet()
1849 video->hintTrackInfo.LayerID = (UChar)currVol->volID; in PVEncodeFrameSet()
1850 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeFrameSet()
1851 video->hintTrackInfo.RefSelCode = (UChar)video->currVop->refSelectCode; in PVEncodeFrameSet()
[all …]
Dmp4lib_int.h420 HintTrackInfo hintTrackInfo; /* hintTrackInfo */ member