Home
last modified time | relevance | path

Searched refs:BitstreamDecVideo (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dbitstream.h33 PV_STATUS BitstreamFillBuffer(BitstreamDecVideo *stream);
34 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream);
36 int BitstreamOpen(BitstreamDecVideo *stream, int layer);
37 void BitstreamClose(BitstreamDecVideo *stream);
43 uint BitstreamRead1Bits(BitstreamDecVideo *stream);
49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);
135 uint32 BitstreamReadBits32HC(BitstreamDecVideo *stream);
145 Bool validStuffing_h263(BitstreamDecVideo *stream);
150 Bool validStuffing(BitstreamDecVideo *stream);
163 PV_STATUS quickSearchDCM(BitstreamDecVideo *stream);
[all …]
H A Dvlc_decode.h94 PV_STATUS DecodeUserData(BitstreamDecVideo *stream);
99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv);
100 int PV_VlcDecMCBPC_com_intra(BitstreamDecVideo *stream);
101 int PV_VlcDecMCBPC_com_inter(BitstreamDecVideo *stream);
103 int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream);
108 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra);
110 PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream, Tcoef *pTcoef);
111 PV_STATUS VlcDecTCOEFInter(BitstreamDecVideo *stream, Tcoef *pTcoef);
112 PV_STATUS VlcDecTCOEFShortHeader(BitstreamDecVideo *stream, Tcoef *pTcoef);
113 PV_STATUS RvlcDecTCOEFIntra(BitstreamDecVideo *stream, Tcoef *pTcoef);
[all …]
H A Dbitstream.cpp49 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream) in BitstreamFillCache()
127 oscl_memset(stream, 0, sizeof(BitstreamDecVideo)); in BitstreamReset()
140 int BitstreamOpen(BitstreamDecVideo *stream, int) in BitstreamOpen()
163 void BitstreamClose(BitstreamDecVideo *) in BitstreamClose() argument
286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE()
333 uint BitstreamRead1Bits(BitstreamDecVideo *stream) in BitstreamRead1Bits()
396 uint32 BitstreamReadBits32HC(BitstreamDecVideo *stream) in BitstreamReadBits32HC()
513 int32 getPointer(BitstreamDecVideo *stream) in getPointer()
565 Bool validStuffing(BitstreamDecVideo *stream) in validStuffing()
577 Bool validStuffing_h263(BitstreamDecVideo *stream) in validStuffing_h263()
[all …]
H A Dmp4lib_int.h45 } BitstreamDecVideo, *LPBitstreamDecVideo; typedef
90 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */
201 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */
276 PV_STATUS(*vlcDecCoeffIntra)(BitstreamDecVideo *stream, Tcoef *pTcoef/*, int intra_luma*/);
277 PV_STATUS(*vlcDecCoeffInter)(BitstreamDecVideo *stream, Tcoef *pTcoef);
H A Dvlc_decode.cpp103 PV_STATUS DecodeUserData(BitstreamDecVideo *stream) in DecodeUserData()
135 BitstreamDecVideo *stream = video->bitstream; in PV_GetMBvectors()
452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) in PV_VlcDecMV()
503 int PV_VlcDecMCBPC_com_intra(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_intra()
536 int PV_VlcDecMCBPC_com_inter(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_inter()
557 int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_inter_H263()
590 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra) in PV_VlcDecCBPY()
839 PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream, Tcoef *pTcoef) in VlcDecTCOEFIntra()
1022 PV_STATUS VlcDecTCOEFInter(BitstreamDecVideo *stream, Tcoef *pTcoef) in VlcDecTCOEFInter()
1471 PV_STATUS RvlcDecTCOEFInter(BitstreamDecVideo *stream, Tcoef *pTcoef) in RvlcDecTCOEFInter()
[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,
118 PV_STATUS RecoverPacketError(BitstreamDecVideo *stream, int marker_length, int32 *nextVop);
119 PV_STATUS RecoverGOBError(BitstreamDecVideo *stream, int marker_length, int32 *vopPos);
242 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base);
H A Dpacket_util.cpp33 BitstreamDecVideo *stream = video->bitstream; in PV_ReadVideoPacketHeader()
152 BitstreamDecVideo *stream = video->bitstream; in PV_GobHeader()
203 BitstreamDecVideo *stream = video->bitstream; in PV_H263SliceHeader()
H A Ddatapart_decode.cpp43 BitstreamDecVideo *stream = video->bitstream; in DecodeFrameDataPartMode()
142 BitstreamDecVideo *stream = video->bitstream; in DecodeDataPart_I_VideoPacket()
307 BitstreamDecVideo *stream = video->bitstream; in DecodeDataPart_P_VideoPacket()
519 BitstreamDecVideo *stream = video->bitstream; in GetMBheaderDataPart_DQUANT_DC()
576 BitstreamDecVideo *stream = video->bitstream; in GetMBheaderDataPart_P()
H A Dvlc_dequant.cpp23 typedef PV_STATUS(*VlcDecFuncP)(BitstreamDecVideo *stream, Tcoef *pTcoef);
55 BitstreamDecVideo *stream = video->bitstream; in VlcDequantMpegIntraBlock()
387 BitstreamDecVideo *stream = video->bitstream; in VlcDequantMpegInterBlock()
505 BitstreamDecVideo *stream = video->bitstream; in VlcDequantH263IntraBlock()
807 BitstreamDecVideo *stream = video->bitstream; in VlcDequantH263IntraBlock_SH()
1069 BitstreamDecVideo *stream = video->bitstream; in VlcDequantH263InterBlock()
H A Ddec_pred_intra_dc.cpp25 BitstreamDecVideo *stream, in PV_DecodePredictedIntraDC()
H A Dcombined_decode.cpp47 BitstreamDecVideo *stream = video->bitstream; in DecodeFrameCombinedMode()
347 BitstreamDecVideo *stream = video->bitstream; in GetMBheader()
528 BitstreamDecVideo *stream = video->bitstream;
H A Dpvdec_api.cpp46 extern BitstreamDecVideo IMEM_BitstreamDecVideo[4];
83 BitstreamDecVideo *stream; in PVInitVideoDecoder()
205 stream = (BitstreamDecVideo *) oscl_malloc(sizeof(BitstreamDecVideo)); in PVInitVideoDecoder()
207 video->memoryUsage += sizeof(BitstreamDecVideo); in PVInitVideoDecoder()
216 oscl_memset(stream, 0, sizeof(BitstreamDecVideo)); in PVInitVideoDecoder()
1051 BitstreamDecVideo *stream; in PVDecodeVopHeader()
H A Dvop.cpp84 BitstreamDecVideo *stream; in DecodeVOLHeader()
755 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base) in DecodeGOVHeader()
823 BitstreamDecVideo *stream = currVol->bitstream; in DecodeVOPHeader()
1033 BitstreamDecVideo *stream = currVol->bitstream; in DecodeShortHeader()
H A Dconceal.cpp39 BitstreamDecVideo *stream = video->bitstream; in ConcealTexture_I()