Searched defs:srcStream (Results 1 – 3 of 3) sorted by relevance
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
| D | jpeg_hw_decoder.cpp | 177 uint32_t JpegHardwareDecoder::Decode(SkCodec *codec, ImagePlugin::InputDataStream *srcStream, in Decode() 307 bool JpegHardwareDecoder::CopySrcToInputBuff(ImagePlugin::InputDataStream* srcStream, BufferHandle*… in CopySrcToInputBuff() 324 uint16_t JpegHardwareDecoder::ReadTwoBytes(ImagePlugin::InputDataStream* srcStream, unsigned int po… in ReadTwoBytes() 349 bool JpegHardwareDecoder::GetCompressedDataStart(ImagePlugin::InputDataStream* srcStream) in GetCompressedDataStart() 386 bool JpegHardwareDecoder::TryDmaPoolInBuff(ImagePlugin::InputDataStream* srcStream) in TryDmaPoolInBuff() 400 bool JpegHardwareDecoder::TryNormalInBuff(ImagePlugin::InputDataStream* srcStream) in TryNormalInBuff() 435 bool JpegHardwareDecoder::CopySrcImgToDecodeInputBuffer(ImagePlugin::InputDataStream* srcStream) in CopySrcImgToDecodeInputBuffer() 463 bool JpegHardwareDecoder::JumpOverCurrentJpegMarker(ImagePlugin::InputDataStream* srcStream, unsign… in JumpOverCurrentJpegMarker() 490 bool JpegHardwareDecoder::PrepareInputData(SkCodec *codec, ImagePlugin::InputDataStream *srcStream) in PrepareInputData()
|
| D | jpeg_dma_pool.cpp | 31 …DmaPool::AllocBufferInDmaPool(sptr<ICodecImage> hwDecoder, ImagePlugin::InputDataStream* srcStream, in AllocBufferInDmaPool() 100 bool DmaPool::CopySrcToDmaPool(ImagePlugin::InputDataStream* srcStream, PureStreamInfo streamInfo, in CopySrcToDmaPool()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/unittest/ |
| D | jpeg_hw_decoder_test.cpp | 176 ImagePlugin::InputDataStream *srcStream = nullptr; variable 196 ImagePlugin::InputDataStream *srcStream = nullptr; variable 232 ImagePlugin::InputDataStream* srcStream = nullptr; variable 252 ImagePlugin::InputDataStream *srcStream = nullptr; variable
|