Home
last modified time | relevance | path

Searched defs:jpegBufferSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp44 …gYuvDecoderTest::ReadImageData(std::string jpgpath, uint8_t*& jpegBuffer, uint32_t& jpegBufferSize) in ReadImageData()
82 uint32_t jpegBufferSize = 0; in DecodeToYUV() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp824 uint32_t jpegBufferSize = stream_->GetStreamSize(); in HeapMemAlloc() local
966 uint32_t ExtDecoder::ReadJpegData(uint8_t* jpegBuffer, uint32_t jpegBufferSize) in HeapMemAlloc()
1014 uint32_t jpegBufferSize = stream_->GetStreamSize(); in HeapMemAlloc() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp961 uint32_t jpegBufferSize = 0; variable