/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.h | 24 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 …]
|
D | vlc_encode.cpp | 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); 151 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream); [all …]
|
D | bitstream_io.cpp | 581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos() argument 587 BitstreamSavePartial(bitstream, &fraction); in BitstreamRepos() 589 bitstream->byteCount = byteCount; in BitstreamRepos() 590 ptr = bitstream->bitstreamBuffer + byteCount; /* get fraction of the byte */ in BitstreamRepos() 593 bitstream->bitLeft = (WORD_SIZE << 3) - bitCount; /* bitCount should be 0-31 */ in BitstreamRepos() 603 bitstream->word = word >> (bitstream->bitLeft); in BitstreamRepos() 607 bitstream->word = 0; in BitstreamRepos() 608 bitstream->bitLeft = (WORD_SIZE << 3); in BitstreamRepos()
|
D | bitstream_io.h | 44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | bits2prm.cpp | 164 Word16 *bitstream /* input: address where bits are read from */ in Bin2int() argument 175 single_bit = *(bitstream++); in Bin2int()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | prm2bits.cpp | 181 Word16 *bitstream /* output: address where bits are written */ in Int2bin() argument 187 pt_bitstream = &bitstream[no_of_bits-1]; in Int2bin()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 221 video->vol[idx]->bitstream = stream; in PVInitVideoDecoder() 663 BitstreamClose(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 664 video->vol[idx]->bitstream = NULL; in PVCleanUpVideoDecoder() 736 if (video->vol[idx]->bitstream) in PVCleanUpVideoDecoder() 738 BitstreamClose(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 739 oscl_free(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 1119 stream = video->vol[idx]->bitstream; in PVDecodeVopHeader() 1163 video->bitstream = stream = currVol->bitstream; in PVDecodeVopHeader() 1169 stream = video->vol[target_layer]->bitstream; in PVDecodeVopHeader() 1194 video->bitstream = stream = currVol->bitstream; in PVDecodeVopHeader() [all …]
|
D | packet_util.cpp | 33 BitstreamDecVideo *stream = video->bitstream; in PV_ReadVideoPacketHeader() 148 BitstreamDecVideo *stream = video->bitstream; in PV_GobHeader() 199 BitstreamDecVideo *stream = video->bitstream; in PV_H263SliceHeader()
|
D | vop.cpp | 99 stream = currVol->bitstream; in DecodeVOLHeader() 812 BitstreamDecVideo *stream = currVol->bitstream; in DecodeVOPHeader() 1022 BitstreamDecVideo *stream = currVol->bitstream; in DecodeShortHeader() 1584 BitstreamByteAlignNoForceStuffing(currVol->bitstream); in PV_DecodeVop() 1586 status = BitstreamShowBits32HC(currVol->bitstream, &tmpvar); /* 07/07/01 */ in PV_DecodeVop() 1589 PV_BitstreamFlushBits(currVol->bitstream, 16); in PV_DecodeVop() 1590 PV_BitstreamFlushBits(currVol->bitstream, 16); in PV_DecodeVop() 1605 status = BitstreamShowBits32(currVol->bitstream, 22, &tmpvar); in PV_DecodeVop() 1608 PV_BitstreamFlushBits(currVol->bitstream, 22); in PV_DecodeVop() 1612 status = PV_BitstreamShowBitsByteAlign(currVol->bitstream, 22, &tmpvar); in PV_DecodeVop() [all …]
|
D | mp4lib_int.h | 90 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member 201 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member
|
D | datapart_decode.cpp | 43 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()
|
D | vlc_dequant.cpp | 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()
|
D | combined_decode.cpp | 47 BitstreamDecVideo *stream = video->bitstream; in DecodeFrameCombinedMode() 347 BitstreamDecVideo *stream = video->bitstream; in GetMBheader() 528 BitstreamDecVideo *stream = video->bitstream;
|
D | conceal.cpp | 39 BitstreamDecVideo *stream = video->bitstream; in ConcealTexture_I()
|
D | vlc_decode.cpp | 135 BitstreamDecVideo *stream = video->bitstream; in PV_GetMBvectors()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 136 uint8_t *bitstream = inHeader->pBuffer + inHeader->nOffset; in onQueueFilled() local 137 uint32_t *start_code = (uint32_t *)bitstream; in onQueueFilled() 151 vol_data[0] = bitstream; in onQueueFilled() 253 uint8_t *bitstreamTmp = bitstream; in onQueueFilled()
|
D | Android.bp | 8 "src/bitstream.cpp",
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 157 …OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *…
|