Searched refs:PV_STATUS (Results 1 - 25 of 25) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.h94 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 VlcDecTCOEFInte
[all...]
H A Dbitstream.h33 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 statu
[all...]
H A Dmp4dec_lib.h76 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_VideoPacke
[all...]
H A Ddec_pred_intra_dc.cpp23 PV_STATUS PV_DecodePredictedIntraDC(
32 PV_STATUS status = PV_SUCCESS;
H A Dbitstream.cpp49 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 BitstreamShow13Bit
[all...]
H A Dpacket_util.cpp28 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;
H A Dvlc_decode.cpp103 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_VlcDecIntraDCPredSiz
[all...]
H A Ddatapart_decode.cpp39 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_DataPar
[all...]
H A Dmp4lib_int.h276 PV_STATUS(*vlcDecCoeffIntra)(BitstreamDecVideo *stream, Tcoef *pTcoef/*, int intra_luma*/);
277 PV_STATUS(*vlcDecCoeffInter)(BitstreamDecVideo *stream, Tcoef *pTcoef);
H A Dmp4def.h33 } PV_STATUS; typedef in typeref:enum:__anon653
H A Dvop.cpp80 PV_STATUS DecodeVOLHeader(VideoDecData *video, int layer)
82 PV_STATUS status;
738 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base)
802 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp)
804 PV_STATUS status = PV_SUCCESS;
1012 PV_STATUS DecodeShortHeader(VideoDecData *video, Vop *currVop)
1014 PV_STATUS status = PV_SUCCESS;
1523 PV_STATUS PV_DecodeVop(VideoDecData *video)
1526 PV_STATUS status;
H A Dcombined_decode.cpp42 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;
H A Dpvdec_api.cpp60 /* The return type is Bool instead of PV_STATUS because */
61 /* we don't want to expose PV_STATUS to (outside) programmers */
1004 PV_STATUS status = PV_FAIL;
1007 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1041 PV_STATUS status = PV_FAIL;
1242 PV_STATUS status = PV_FAIL;
H A Dvlc_dequant.cpp23 typedef PV_STATUS(*VlcDecFuncP)(BitstreamDecVideo *stream, Tcoef *pTcoef);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.h32 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 BitstreamPrependPacke
[all...]
H A Dvop.cpp24 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 EncodeSlic
[all...]
H A Dmp4enc_lib.h30 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_MPE
[all...]
H A Dbitstream_io.cpp117 /* 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 BitstreamSavePartia
[all...]
H A Dcombined_encode.cpp25 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;
H A Ddatapart_encode.cpp36 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[]);
H A Dfastcodemb.h53 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);
H A Dmp4def.h81 } PV_STATUS; typedef in typeref:enum:__anon662
H A Drate_control.cpp33 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_VopQPSettin
[all...]
H A Dmp4enc_api.cpp133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
1285 PV_STATUS EncodeVOS_Start(VideoEncControls *encCtrl);
1357 PV_STATUS pv_status;
1363 PV_STATUS EncodeVOS_Start(VideoEncControls *encCtrl);
1654 PV_STATUS EncodeVOS_Start(VideoEncControls *encCtrl);
1841 PV_STATUS pv_status;
1845 PV_STATUS EncodeVOS_Start(VideoEncControls *encCtrl);
2402 PV_STATUS EncodeVOS_Start(VideoEncControls *encoderControl)
2407 PV_STATUS status = PV_SUCCESS;
2567 PV_STATUS VOS_En
[all...]
H A Dfastcodemb.cpp39 /* 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[])

Completed in 388 milliseconds