/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
vop.cpp | 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop); 44 Vol *currVol = video->vol[currLayer]; 127 Vol *currVol = video->vol[video->currLayer]; 196 Vol *currVol = video->vol[currLayer]; 312 Vol *currVol = video->vol[0]; 353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop [all...] |
mp4lib_int.h | 49 /* Syntax elements copied from VOL (standard) */ 76 Int volID; /* VOL identifier (for tracking) */ 79 Int timeIncrementResolution; /* VOL time increment */ 88 /* VOL Dimensions */ 93 Int ResyncMarkerDisable; /* VOL Disable Resynch Markers */ 94 Int useReverseVLC; /* VOL reversible VLCs */ 95 Int dataPartitioning; /* VOL data partitioning */ 109 Int scalability; /* VOL scalability (flag) */ 112 Int refVolID; /* VOL id of reference VOL */ 323 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoEncData [all...] |
mp4enc_api.cpp | 194 Vol *pVol; 844 video->vol = (Vol **)M4VENC_MALLOC(nLayers * sizeof(Vol *)); /* Memory for VOL pointers */ 847 if (video->vol == NULL) goto CLEAN_UP; 854 video->vol[idx] = (Vol *)M4VENC_MALLOC(sizeof(Vol)); 855 if (video->vol[idx] == NULL) goto CLEAN_UP 2593 Vol **vol = video->vol; local 2833 Vol **vol = video->vol; local [all...] |
datapart_encode.cpp | 39 Vol *currVol = video->vol[video->currLayer]; 214 Vol *currVol = video->vol[video->currLayer];
|
rate_control.cpp | 186 Vol *currVol = video->vol[currLayer]; 294 Vol *currVol = video->vol[currLayer]; 533 Vol *currVol = video->vol[video->currLayer]; 703 Vol *currVol = video->vol[video->currLayer]; [all...] |
motion_est.cpp | 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur, 80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur, 139 Vol *currVol = video->vol[video->currLayer]; 773 Vol *currVol = video->vol[video->currLayer]; [all...] |
combined_encode.cpp | 40 Vol *currVol = video->vol[video->currLayer]; 265 Vol *currVol = video->vol[video->currLayer]; 684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
|
fastcodemb.cpp | 57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader; 287 Vol *currVol = video->vol[video->currLayer];
|
vlc_encode.cpp | [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 84 int volID; /* VOL identifier (for tracking) */ 85 uint timeIncrementResolution;/* VOL time increment */ 92 int complexity_estDisable; /* VOL disable complexity estimation */ 93 int complexity_estMethod; /* VOL complexity estimation method */ 97 int errorResDisable; /* VOL disable error resilence mode */ 99 int useReverseVLC; /* VOL reversible VLCs */ 100 int dataPartitioning; /* VOL data partitioning */ 116 int scalability; /* VOL scalability (flag) */ 119 int refVolID; /* VOL id of reference VOL */ 203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData [all...] |
pvdec_api.cpp | 50 extern Vol IMEM_VOL[2]; 52 extern Vol IMEM_vol[2][1]; 96 video->vol = (Vol **) IMEM_VOL; 98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *)); 100 if (video->vol == NULL) status = PV_FALSE; 101 video->memoryUsage += nLayers * sizeof(Vol *); 165 video->vol[idx] = IMEM_vol[idx] [all...] |
packet_util.cpp | 31 Vol *currVol = video->vol[video->currLayer];
|
vop.cpp | 74 * -- DecodeVolHeader -- Decode the header of a VOL 83 Vol *currVol; 96 currVol = video->vol[layer]; 237 * Read the VOL header entries from the bitstream 389 /* we should put it in Vol structure. 04/12/2000. */ 641 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL; 805 Vol *currVol = video->vol[video->currLayer]; [all...] |
mp4dec_lib.h | 278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);
|
vlc_dequant.cpp | 54 Vol *currVol = video->vol[video->currLayer]; 388 Vol *currVol = video->vol[video->currLayer]; [all...] |