Home
last modified time | relevance | path

Searched refs:ReadJpegData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp963 uint32_t ret = extDecoder->ReadJpegData(jpegBuffer, jpegBufferSize);
968 ret = extDecoder->ReadJpegData(jpegBuffer, jpegBufferSize);
974 ret = extDecoder->ReadJpegData(jpegBuffer, jpegBufferSize);
980 ret = extDecoder->ReadJpegData(jpegBuffer, jpegBufferSize);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h108 uint32_t ReadJpegData(uint8_t* jpegBuffer, uint32_t jpegBufferSize);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp966 uint32_t ExtDecoder::ReadJpegData(uint8_t* jpegBuffer, uint32_t jpegBufferSize) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
1027 res = ReadJpegData(jpegBuffer, jpegBufferSize); in HeapMemAlloc()