/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_decode.h | 94 PV_STATUS DecodeUserData(BitstreamDecVideo *stream); 95 PV_STATUS PV_GetMBvectors(VideoDecData *, uint mode); 96 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f); 97 PV_STATUS PV_DeScaleMVD(int f_code, int residual, int vlc_code_mag, MOT *vector); 99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv); 104 PV_STATUS VlcDecTCOEFShortHeader_AnnexI(BitstreamDecVideo *stream, Tcoef *pTcoef); 105 PV_STATUS VlcDecTCOEFShortHeader_AnnexT(BitstreamDecVideo *stream, Tcoef *pTcoef); /* ANNEX_T */ 106 PV_STATUS VlcDecTCOEFShortHeader_AnnexIT(BitstreamDecVideo *stream, Tcoef *pTcoef); 110 PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream, Tcoef *pTcoef); 111 PV_STATUS VlcDecTCOEFInter(BitstreamDecVideo *stream, Tcoef *pTcoef) [all...] |
bitstream.h | 33 PV_STATUS BitstreamFillBuffer(BitstreamDecVideo *stream); 34 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream); 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code); 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code); 46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code); 47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code); 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) 53 PV_STATUS status = PV_SUCCESS; 69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) 71 PV_STATUS status = PV_SUCCESS [all...] |
mp4dec_lib.h | 76 PV_STATUS FillFrameBufferNew(BitstreamDecVideo *stream); 77 PV_STATUS FillFrameBuffer(BitstreamDecVideo *stream, int short_header); 82 PV_STATUS PV_DecodePredictedIntraDC(int compnum, BitstreamDecVideo *stream, 102 PV_STATUS DecodeFrameCombinedMode(VideoDecData *video); 103 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP); 104 PV_STATUS GetMBData(VideoDecData *video); 108 PV_STATUS DecodeFrameDataPartMode(VideoDecData *video); 109 PV_STATUS GetMBheaderDataPart_DQUANT_DC(VideoDecData *video, int16 *QP); 110 PV_STATUS GetMBheaderDataPart_P(VideoDecData *video); 111 PV_STATUS DecodeDataPart_I_VideoPacket(VideoDecData *video, int slice_counter) [all...] |
dec_pred_intra_dc.cpp | 23 PV_STATUS PV_DecodePredictedIntraDC( 32 PV_STATUS status = PV_SUCCESS;
|
bitstream.cpp | 49 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream) 175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) 177 PV_STATUS status = PV_SUCCESS; 193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) 195 PV_STATUS status = PV_SUCCESS; 215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) 217 PV_STATUS status = PV_SUCCESS; 238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) 240 PV_STATUS status = PV_SUCCESS; 257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code [all...] |
packet_util.cpp | 28 PV_STATUS PV_ReadVideoPacketHeader(VideoDecData *video, int *next_MB) 30 PV_STATUS status; 144 PV_STATUS PV_GobHeader(VideoDecData *video) 194 PV_STATUS PV_H263SliceHeader(VideoDecData *video, int *next_MB) 196 PV_STATUS status;
|
vlc_decode.cpp | 103 PV_STATUS DecodeUserData(BitstreamDecVideo *stream) 105 PV_STATUS status; 132 PV_STATUS PV_GetMBvectors(VideoDecData *video, uint mode) 134 PV_STATUS status; 267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f) 269 PV_STATUS status; 319 PV_STATUS PV_DeScaleMVD( 452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) 454 PV_STATUS status = PV_SUCCESS; 628 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size [all...] |
datapart_decode.cpp | 39 PV_STATUS DecodeFrameDataPartMode(VideoDecData *video) 41 PV_STATUS status; 138 PV_STATUS DecodeDataPart_I_VideoPacket(VideoDecData *video, int slice_counter) 140 PV_STATUS status; 303 PV_STATUS DecodeDataPart_P_VideoPacket(VideoDecData *video, int slice_counter) 305 PV_STATUS status; 516 PV_STATUS GetMBheaderDataPart_DQUANT_DC(VideoDecData *video, int16 *QP) 518 PV_STATUS status = PV_SUCCESS; 574 PV_STATUS GetMBheaderDataPart_P(VideoDecData *video) 618 PV_STATUS GetMBData_DataPart(VideoDecData *video [all...] |
mp4lib_int.h | 276 PV_STATUS(*vlcDecCoeffIntra)(BitstreamDecVideo *stream, Tcoef *pTcoef/*, int intra_luma*/); 277 PV_STATUS(*vlcDecCoeffInter)(BitstreamDecVideo *stream, Tcoef *pTcoef);
|
mp4def.h | 33 } PV_STATUS;
|
vop.cpp | 82 PV_STATUS DecodeVOLHeader(VideoDecData *video, int layer) 84 PV_STATUS status; 744 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base) 808 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp) 810 PV_STATUS status = PV_SUCCESS; [all...] |
combined_decode.cpp | 42 PV_STATUS DecodeFrameCombinedMode(VideoDecData *video) 44 PV_STATUS status; 345 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP) 526 PV_STATUS GetMBData(VideoDecData *video) 545 PV_STATUS status;
|
pvdec_api.cpp | 70 /* The return type is Bool instead of PV_STATUS because */ 71 /* we don't want to expose PV_STATUS to (outside) programmers */ [all...] |
vlc_dequant.cpp | 23 typedef PV_STATUS(*VlcDecFuncP)(BitstreamDecVideo *stream, Tcoef *pTcoef); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
bitstream_io.h | 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value); 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value); 34 PV_STATUS BitstreamSaveWord(BitstreamEncVideo *stream); 35 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction); 41 PV_STATUS BitstreamAppendEnc(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2); 42 PV_STATUS BitstreamAppendPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2); 43 PV_STATUS BitstreamAppendPacketNoOffset(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2); 44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount); 45 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left); 46 PV_STATUS BitstreamPrependPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) [all...] |
vop.cpp | 24 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop); 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop); 26 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds); 28 PV_STATUS EncodeVop_BXRC(VideoEncData *video); 29 PV_STATUS EncodeVop_NoME(VideoEncData *video); 39 PV_STATUS EncodeVop(VideoEncData *video) 42 PV_STATUS status; 124 PV_STATUS EncodeVop_NoME(VideoEncData *video) 130 PV_STATUS status = PV_SUCCESS; 192 PV_STATUS EncodeSlice(VideoEncData *video [all...] |
mp4enc_lib.h | 30 PV_STATUS EncodeVop(VideoEncData *video); 31 PV_STATUS EncodeSlice(VideoEncData *video); 32 PV_STATUS EncodeVideoPacketHeader(VideoEncData *video, int MB_number, 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime); 39 PV_STATUS EncodeFrameCombinedMode(VideoEncData *video); 40 PV_STATUS EncodeSliceCombinedMode(VideoEncData *video); 43 PV_STATUS EncodeFrameDataPartMode(VideoEncData *video); 44 PV_STATUS EncodeSliceDataPartMode(VideoEncData *video); 50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]); 52 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]) [all...] |
bitstream_io.cpp | 117 /* Return : PV_STATUS */ 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) 122 PV_STATUS status; 165 /* Return : PV_STATUS */ 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) 170 PV_STATUS status; 203 /* Return : PV_STATUS */ 207 PV_STATUS BitstreamSaveWord(BitstreamEncVideo *stream) 253 /* Return : PV_STATUS */ 257 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction [all...] |
combined_encode.cpp | 25 PV_STATUS EncodeGOBHeader(VideoEncData *video, Int GOB_number, Int quant_scale, Int bs1stream); 37 PV_STATUS EncodeFrameCombinedMode(VideoEncData *video) 39 PV_STATUS status = PV_SUCCESS; 57 PV_STATUS(*CodeMB)(VideoEncData *, approxDCT *, Int, Int[]); 262 PV_STATUS EncodeSliceCombinedMode(VideoEncData *video) 264 PV_STATUS status = PV_SUCCESS; 292 PV_STATUS(*CodeMB)(VideoEncData *, approxDCT *, Int, Int[]); 681 PV_STATUS EncodeGOBHeader(VideoEncData *video, Int GOB_number, Int quant_scale, Int bs1stream) 683 PV_STATUS status = PV_SUCCESS;
|
datapart_encode.cpp | 36 PV_STATUS EncodeFrameDataPartMode(VideoEncData *video) 38 PV_STATUS status = PV_SUCCESS; 57 PV_STATUS(*CodeMB)(VideoEncData *, approxDCT *, Int, Int[]); 211 PV_STATUS EncodeSliceDataPartMode(VideoEncData *video) 213 PV_STATUS status = PV_SUCCESS; 239 PV_STATUS(*CodeMB)(VideoEncData *, approxDCT *, Int, Int[]);
|
fastcodemb.h | 53 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset); 54 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
|
mp4def.h | 81 } PV_STATUS;
|
rate_control.cpp | 33 PV_STATUS RC_Initialize(void *video); 34 PV_STATUS RC_Cleanup(rateControl *rc[],Int numLayers); 35 PV_STATUS RC_VopQPSetting(VideoEncData *video,rateControl *rc[]); 36 PV_STATUS RC_VopUpdateStat(VideoEncData *video,rateControl *rc[]); 37 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip); 41 PV_STATUS RC_UpdateBXRCParams(void *input); Parameters update for target bitrate or framerate change 50 PV_STATUS RC_Initialize(void *input) 156 PV_STATUS RC_Cleanup(rateControl *rc[], Int numLayers) 178 /* Return : PV_STATUS */ 183 PV_STATUS RC_VopQPSetting(VideoEncData *video, rateControl *prc[] [all...] |
mp4enc_api.cpp | 140 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status); 1386 PV_STATUS pv_status; local 1870 PV_STATUS pv_status; local [all...] |
fastcodemb.cpp | 39 /* Return : PV_STATUS */ 50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) 268 /* Return : PV_STATUS */ 279 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[])
|