Home
last modified time | relevance | path

Searched refs:ReadImageData (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H A Dfms_form_js_info_base_test.cpp382 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 Djpeg_yuv_decoder_test.cpp40 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 Dform_js_info.cpp53 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 Dformjsinfo_fuzzer.cpp40 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h59 void ReadImageData(Parcel &parcel);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/
H A Dformhostcaller_fuzzer.cpp44 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H A Dfms_form_js_info_test.cpp213 formJsInfo.ReadImageData(parcel);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp327 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 Dpixel_map.h260 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp355 context.base = context.map->ReadImageData(context.parcel, context.size); in UnmarshalFromData()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h479 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2094 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()