Searched refs:Vop (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h62 uint32 timeStamp; /* Vop TimeStamp in msec */
80 } Vop; typedef in typeref:struct:tagVop
206 Vop *currVop; /* Current VOP (frame) */
207 Vop *prevVop; /* Previous VOP (frame) */
209 Vop *prevEnhcVop; /* New change to rid of memcpy(). 04/24/2001 */
210 Vop **vopHeader; /* one for each layer. 08/29/2000 */
241 int nGOBinVop; /* number of GOB in Vop 05/22/00 */
H A Dpvdec_api.cpp41 extern Vop IMEM_currVop[1];
42 extern Vop IMEM_prevVop[1];
49 extern Vop IMEM_vopHEADER[2];
51 extern Vop IMEM_vopHeader[2][1];
110 /* Allocating Vop space, this has to change when we add */
115 else oscl_memset(video->currVop, 0, sizeof(Vop));
118 else oscl_memset(video->prevVop, 0, sizeof(Vop));
119 video->memoryUsage += (sizeof(Vop) * 2);
120 video->vopHeader = (Vop **) IMEM_vopHEADER;
123 video->currVop = (Vop *) oscl_mallo
[all...]
H A Dpacket_util.cpp32 Vop *currVop = video->currVop;
147 Vop *currVop = video->currVop;
198 Vop *currVop = video->currVop;
H A Dmp4dec_lib.h275 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_tiemstamp);
276 PV_STATUS DecodeShortHeader(VideoDecData *video, Vop *currVop);
278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);
310 void CopyVopMB(Vop *curr, uint8 *prev, int mbnum, int width, int height);
H A Dmb_motion_comp.cpp129 Vop *prev = video->prevVop;
552 Vop *prev = video->prevVop;
553 Vop *comp;
H A Dconceal.cpp133 Purpose : Fill a macroblock with previous Vop.
138 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height)
H A Dvop.cpp802 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp)
1012 PV_STATUS DecodeShortHeader(VideoDecData *video, Vop *currVop)
1619 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader)
H A Dblock_idct.cpp224 Vop *currVop = video->currVop;
H A Dcombined_decode.cpp46 Vop *currVop = video->currVop;
79 mp4dec_log("DecodeFrameCombinedMode(): Vop type not supported.\n");
H A Ddatapart_decode.cpp42 Vop *currVop = video->currVop;
67 mp4dec_log("DecodeFrameDataPartMode(): Vop type not supported.\n");
94 mp4dec_log("DecodeFrameDataPartMode(): Vop type not supported.\n");
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h47 //Int timeStamp; /* Vop TimeStamp in msec */
72 } Vop; typedef in typeref:struct:tagVOP
127 Int nGOBinVop; /* number of GOB in Vop 05/22/00 */
327 Vop *currVop; /* Current reconstructed VOP */
328 Vop *prevBaseVop; /* Previous reference Base Vop */
329 Vop *nextBaseVop; /* Next reference Base Vop */
330 Vop *prevEnhanceVop;/* Previous Enhancement Layer Vop */
[all...]
H A Dvop.cpp24 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop);
25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop);
45 Vop *currVop = video->currVop;
126 Vop *currVop = video->currVop;
169 else /* Vop Not coded */
194 Vop *currVop = video->currVop;
245 else /* Vop Not coded */
252 if (video->mbnum >= currVol->nTotalMB && status != PV_END_OF_BUF) /* end of Vop */
313 Vop *currVop = video->currVop;
353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVo
[all...]
H A Dmp4enc_api.cpp729 video->currVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Current VOP */
762 video->prevBaseVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Previous Base Vop */
779 video->nextBaseVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Next Base Vop */
796 video->prevEnhanceVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memor
[all...]
H A Ddatapart_encode.cpp40 Vop *currVop = video->currVop;
42 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
215 Vop *currVop = video->currVop;
219 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
H A Dcombined_encode.cpp41 Vop *currVop = video->currVop;
43 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
266 Vop *currVop = video->currVop;
271 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
H A Dfastcodemb.cpp73 Vop *currVop = video->currVop;
304 Vop *currVop = video->currVop;
H A Dme_utils.cpp214 Purpose: Pad edge of a Vop
218 void PaddingEdge(Vop *refVop)
H A Dmp4enc_lib.h129 void PaddingEdge(Vop *padVop);
H A Dmotion_comp.cpp100 Vop *prevVop = video->forwardRefVop; //reference frame
101 Vop *currVop = video->currVop;
H A Drate_control.cpp176 4. Initialize internal RC parameters for Vop cooding */
187 Vop *currVop = video->currVop;
H A Dmotion_est.cpp140 Vop *currVop = video->currVop;
1175 Input/Output: VideoEncData, current Vol, previou Vop, pointer to the left corner of

Completed in 2341 milliseconds