/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 | 224 video->vol[idx]->bitstream = stream; in PVInitVideoDecoder() 683 BitstreamClose(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 684 video->vol[idx]->bitstream = NULL; in PVCleanUpVideoDecoder() 756 if (video->vol[idx]->bitstream) in PVCleanUpVideoDecoder() 758 BitstreamClose(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 759 oscl_free(video->vol[idx]->bitstream); in PVCleanUpVideoDecoder() 1139 stream = video->vol[idx]->bitstream; in PVDecodeVopHeader() 1183 video->bitstream = stream = currVol->bitstream; in PVDecodeVopHeader() 1189 stream = video->vol[target_layer]->bitstream; in PVDecodeVopHeader() 1214 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 | 99 stream = currVol->bitstream; in DecodeVOLHeader() 816 BitstreamDecVideo *stream = currVol->bitstream; in DecodeVOPHeader() 1026 BitstreamDecVideo *stream = currVol->bitstream; in DecodeShortHeader() 1596 BitstreamByteAlignNoForceStuffing(currVol->bitstream); in PV_DecodeVop() 1598 status = BitstreamShowBits32HC(currVol->bitstream, &tmpvar); /* 07/07/01 */ in PV_DecodeVop() 1601 PV_BitstreamFlushBits(currVol->bitstream, 16); in PV_DecodeVop() 1602 PV_BitstreamFlushBits(currVol->bitstream, 16); in PV_DecodeVop() 1617 status = BitstreamShowBits32(currVol->bitstream, 22, &tmpvar); in PV_DecodeVop() 1620 PV_BitstreamFlushBits(currVol->bitstream, 22); in PV_DecodeVop() 1624 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()
|
D | Android.bp | 13 "src/bitstream.cpp",
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 538 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local 539 uint32_t *start_code = (uint32_t *)bitstream; in process() 552 vol_data[0] = bitstream; in process() 627 uint8_t *bitstreamTmp = bitstream; in process()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 164 …OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *…
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 465 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process() local 469 DUMP_TO_FILE(mOutFile, bitstream, inSize); in process() 474 aom_codec_decode(mCodecCtx, bitstream, inSize, &frameIndex); in process()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 428 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local 436 mCodecCtx->EnqueueFrame(bitstream, inSize, frameIndex); in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 598 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local 600 mCodecCtx, bitstream, inSize, &work->input.ordinal.frameIndex, 0); in process()
|