Searched refs:bitstream (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
27 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
28 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
29 Int PutMV(Int mvint, BitstreamEncVideo *bitstream);
30 Int PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream);
31 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream);
32 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
[all...]
H A Dvlc_encode.cpp64 * Description: Functions for writing to bitstream
142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream);
144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream);
145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream);
146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
147 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
148 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
149 Int PutMV(Int mvint, BitstreamEncVideo *bitstream);
150 Int PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream);
182 PutDCsize_lum(Int size, BitstreamEncVideo *bitstream) argument
197 PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream) argument
211 PutMV(Int mvint, BitstreamEncVideo *bitstream) argument
239 PutMCBPC_Intra(Int cbp, Int mode, BitstreamEncVideo *bitstream) argument
254 PutMCBPC_Inter(Int cbp, Int mode, BitstreamEncVideo *bitstream) argument
269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) argument
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1944 IntraDC_dpcm(Int val, Int lum, BitstreamEncVideo *bitstream) argument
[all...]
H A Dbitstream_io.h44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
H A Dbitstream_io.cpp20 /* Change the bitstream parsing algorithm. Use temporary word of 2 or 4 bytes */
21 /* before writing it to the bitstream buffer. */
45 /* Purpose : Create a bitstream to hold one encoded video packet or frame */
47 /* bufferSize : size of the bitstream buffer in bytes */
86 /* Purpose : close a bitstream */
88 stream : the bitstream to be closed */
114 /* stream the bitstream where the bits are put in */
162 /* stream the bitstream where the bits are put in */
200 /* Purpose : save written word into the bitstream buffer. */
202 /* stream the bitstream wher
581 BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dbits2prm.cpp84 bitstream = pointer to buffer where bits are read
102 Purpose : Read "no_of_bits" bits from the array bitstream[]
120 Word16 *bitstream // output: address where bits are written
129 bit = *bitstream++;
164 Word16 *bitstream /* input: address where bits are read from */
175 single_bit = *(bitstream++);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dprm2bits.cpp95 bitstream = pointer to address where bits are written of type Word16
112 bitstream[]. The most significant bits are written first.
130 Word16 *bitstream // output: address where bits are written
135 pt_bitstream = &bitstream[no_of_bits];
181 Word16 *bitstream /* output: address where bits are written */
187 pt_bitstream = &bitstream[no_of_bits-1];
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp20 #include "bitstream.h"
33 BitstreamDecVideo *stream = video->bitstream;
148 BitstreamDecVideo *stream = video->bitstream;
199 BitstreamDecVideo *stream = video->bitstream;
H A Dmp4lib_int.h90 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member in struct:tagVol
201 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member in struct:tagVideoDecData
H A Dvop.cpp21 #include "bitstream.h"
99 stream = currVol->bitstream;
243 * Read the VOL header entries from the bitstream
739 * -- DecodeGOV -- Decodes the Group of VOPs from bitstream
802 * -- DecodeVopHeader -- Decodes the VOPheader information from the bitstream
812 BitstreamDecVideo *stream = currVol->bitstream;
817 * Read the VOP header from the bitstream (No shortVideoHeader Mode here!)
1012 * -- VideoPlaneWithShortHeader -- Decodes the short_video_header information from the bitstream
1022 BitstreamDecVideo *stream = currVol->bitstream;
1523 * -- PV_DecodeVop -- Decodes the VOP information from the bitstream
[all...]
H A Dpvdec_api.cpp22 #include "bitstream.h"
216 mp4dec_log("InitVideoDecoder(): Can't allocate bitstream buffer.\n");
221 video->vol[idx]->bitstream = stream;
228 /* Set up VOL header bitstream for frame-based decoding. 08/30/2000 */
663 BitstreamClose(video->vol[idx]->bitstream);
664 video->vol[idx]->bitstream = NULL;
736 if (video->vol[idx]->bitstream)
738 BitstreamClose(video->vol[idx]->bitstream);
739 oscl_free(video->vol[idx]->bitstream);
907 /* bitstream
[all...]
H A Ddatapart_decode.cpp20 #include "bitstream.h"
28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */
43 BitstreamDecVideo *stream = video->bitstream;
142 BitstreamDecVideo *stream = video->bitstream;
307 BitstreamDecVideo *stream = video->bitstream;
519 BitstreamDecVideo *stream = video->bitstream;
576 BitstreamDecVideo *stream = video->bitstream;
H A Dvlc_dequant.cpp55 BitstreamDecVideo *stream = video->bitstream;
387 BitstreamDecVideo *stream = video->bitstream;
505 BitstreamDecVideo *stream = video->bitstream;
807 BitstreamDecVideo *stream = video->bitstream;
1069 BitstreamDecVideo *stream = video->bitstream;
H A Dcombined_decode.cpp20 #include "bitstream.h"
27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
47 BitstreamDecVideo *stream = video->bitstream;
347 BitstreamDecVideo *stream = video->bitstream;
528 BitstreamDecVideo *stream = video->bitstream;
H A Dconceal.cpp25 #include "bitstream.h"
39 BitstreamDecVideo *stream = video->bitstream;
H A Dvlc_decode.cpp64 * bitstream.
90 #include "bitstream.h"
135 BitstreamDecVideo *stream = video->bitstream;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp144 uint8_t *bitstream = inHeader->pBuffer + inHeader->nOffset; local
145 uint32_t *start_code = (uint32_t *)bitstream;
159 vol_data[0] = bitstream;
261 uint8_t *bitstreamTmp = bitstream;
H A DAndroid.mk6 src/bitstream.cpp \
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);

Completed in 5847 milliseconds