/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/ |
H A D | fms_form_js_info_base_test.cpp | 382 formJsInfo.ReadImageData(parcel); 405 formJsInfo.ReadImageData(parcel); 429 formJsInfo.ReadImageData(parcel); 449 formJsInfo.ReadImageData(parcel); 469 formJsInfo.ReadImageData(parcel);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/ |
H A D | jpeg_yuv_decoder_test.cpp | 40 bool ReadImageData(std::string jpgpath, uint8_t*& jpegBuffer, uint32_t& jpegBufferSize); 44 bool JpgYuvDecoderTest::ReadImageData(std::string jpgpath, uint8_t*& jpegBuffer, uint32_t& jpegBuff… in ReadImageData() function in OHOS::Multimedia::JpgYuvDecoderTest 84 bool readret = ReadImageData(jpgpath, jpegBuffer, jpegBufferSize); in DecodeToYUV()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_js_info.cpp | 53 ReadImageData(parcel); in ReadFromParcel() 191 void FormJsInfo::ReadImageData(Parcel &parcel) in ReadImageData() function in OHOS::AppExecFwk::FormJsInfo
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/ |
H A D | formjsinfo_fuzzer.cpp | 40 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_js_info.h | 59 void ReadImageData(Parcel &parcel);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/ |
H A D | formhostcaller_fuzzer.cpp | 44 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/ |
H A D | fms_form_js_info_test.cpp | 213 formJsInfo.ReadImageData(parcel);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 327 uint8_t *PixelMap::ReadImageData(Parcel &parcel, int32_t bufferSize) in ReadImageData() function in OHOS::Media::PixelMap
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 260 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 355 context.base = context.map->ReadImageData(context.parcel, context.size); in UnmarshalFromData()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 479 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2094 uint8_t *PixelMap::ReadImageData(Parcel &parcel, int32_t bufferSize) in ReadImageData() function in OHOS::Media::PixelMap 2624 pixelMemInfo.base = ReadImageData(parcel, pixelMemInfo.bufferSize); in ReadMemInfoFromParcel() 2631 pixelMemInfo.base = ReadImageData(parcel, pixelMemInfo.bufferSize); in ReadMemInfoFromParcel()
|