/frameworks/av/media/module/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/module/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/module/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/module/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 224 video->vol[idx]->bitstream = stream; in PVInitVideoDecoder() 625 BitstreamClose(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 626 video->vol[idx]->bitstream = NULL; in PVCleanUpVideoDecoder() 694 if (video->vol[idx]->bitstream) in PVCleanUpVideoDecoder() 696 BitstreamClose(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 697 oscl_free(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 1080 stream = video->vol[idx]->bitstream; in PVDecodeVopHeader() 1124 video->bitstream = stream = currVol->bitstream; in PVDecodeVopHeader() 1130 stream = video->vol[target_layer]->bitstream; in PVDecodeVopHeader() 1155 video->bitstream = stream = currVol->bitstream; in PVDecodeVopHeader() [all …]
|
D | packet_util.cpp | 33 BitstreamDecVideo *stream = video->bitstream; in PV_ReadVideoPacketHeader() 152 BitstreamDecVideo *stream = video->bitstream; in PV_GobHeader() 203 BitstreamDecVideo *stream = video->bitstream; in PV_H263SliceHeader()
|
D | vop.cpp | 95 stream = currVol->bitstream; in DecodeVOLHeader() 855 BitstreamDecVideo *stream = currVol->bitstream; in DecodeVOPHeader() 1065 BitstreamDecVideo *stream = currVol->bitstream; in DecodeShortHeader() 1635 BitstreamByteAlignNoForceStuffing(currVol->bitstream); in PV_DecodeVop() 1637 status = BitstreamShowBits32HC(currVol->bitstream, &tmpvar); /* 07/07/01 */ in PV_DecodeVop() 1640 PV_BitstreamFlushBits(currVol->bitstream, 16); in PV_DecodeVop() 1641 PV_BitstreamFlushBits(currVol->bitstream, 16); in PV_DecodeVop() 1656 status = BitstreamShowBits32(currVol->bitstream, 22, &tmpvar); in PV_DecodeVop() 1659 PV_BitstreamFlushBits(currVol->bitstream, 22); in PV_DecodeVop() 1663 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 | 140 uint8_t *bitstream = inHeader->pBuffer + inHeader->nOffset; in onQueueFilled() local 141 uint32_t *start_code = (uint32_t *)bitstream; in onQueueFilled() 155 vol_data[0] = bitstream; in onQueueFilled() 257 uint8_t *bitstreamTmp = bitstream; in onQueueFilled()
|
/frameworks/av/media/module/codecs/m4v_h263/dec/ |
D | Android.bp | 32 "src/bitstream.cpp",
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 464 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local 465 uint32_t *start_code = (uint32_t *)bitstream; in process() 479 vol_data[0] = bitstream; in process() 555 uint8_t *bitstreamTmp = bitstream; in process()
|
/frameworks/av/media/module/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 157 …OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *…
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 464 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process() local 466 DUMP_TO_FILE(mOutFile, bitstream, inSize); in process() 471 aom_codec_decode(mCodecCtx, bitstream, inSize, &frameIndex); in process()
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 657 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process() local 667 int res = dav1d_parse_sequence_header(&seq, bitstream, inSize); in process() 693 uint8_t obu_type = (bitstream[0] >> 3) & 0xf; in process() 713 memcpy(ptr + 2, bitstream, inSize); in process() 718 memcpy(ptr, bitstream, new_Size); in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 666 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local 668 mCodecCtx, bitstream, inSize, &work->input.ordinal.frameIndex, 0); in process()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 610 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local 616 mCodecCtx->EnqueueFrame(bitstream, inSize, frameIndex, in process()
|
/frameworks/av/media/module/mpeg2ts/ |
D | ESQueue.cpp | 365 #define RETURN_ERROR_IF_NOT_ENOUGH_BYTES_LEFT(bitstream, size) \ argument 367 if ((bitstream).numBitsLeft() < (size)) { \
|