Home
last modified time | relevance | path

Searched refs:ReadImageData (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/
H A Dformjsinfo_fuzzer.cpp40 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H A Dfms_form_js_info_base_test.cpp369 * @tc.desc: text the FormJsInfo::ReadImageData
382 formJsInfo.ReadImageData(parcel); in HWTEST_F()
389 * @tc.desc: text the FormJsInfo::ReadImageData and formAshmem is not nullptr
405 formJsInfo.ReadImageData(parcel); in HWTEST_F()
416 * @tc.desc: text the FormJsInfo::ReadImageData
429 formJsInfo.ReadImageData(parcel); in HWTEST_F()
436 * @tc.desc: text the FormJsInfo::ReadImageData
449 formJsInfo.ReadImageData(parcel); in HWTEST_F()
456 * @tc.desc: text the FormJsInfo::ReadImageData
469 formJsInfo.ReadImageData(parce in HWTEST_F()
[all...]
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h59 void ReadImageData(Parcel &parcel);
/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
/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/
H A Dformhostcaller_fuzzer.cpp44 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
/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& jpegBufferSize) in ReadImageData() function in OHOS::Multimedia::JpgYuvDecoderTest
84 bool readret = ReadImageData(jpgpath, jpegBuffer, jpegBufferSize); in DecodeToYUV()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H A Dfms_form_js_info_test.cpp203 * @tc.desc: text the FormJsInfo::ReadImageData and formAshmem is nullptr
213 formJsInfo.ReadImageData(parcel); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h260 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp455 context.base = PixelMap::ReadImageData(context.parcel, static_cast<int32_t>(context.size)); in UnmarshalFromData()
457 HRPE("Unmarshal: PixelMap::ReadImageData failed"); in UnmarshalFromData()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h465 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2067 IMAGE_LOGE("ReadImageData map failed, errno:%{public}d", errno); in ReadAshmemDataFromParcel()
2090 uint8_t *PixelMap::ReadImageData(Parcel &parcel, int32_t bufferSize) in ReadImageData() function in OHOS::Media::PixelMap
2629 pixelMemInfo.base = ReadImageData(parcel, pixelMemInfo.bufferSize); in ReadMemInfoFromParcel()
2631 PixelMap::ConstructPixelMapError(error, ERR_IMAGE_GET_DATA_ABNORMAL, "ReadImageData failed"); in ReadMemInfoFromParcel()
2636 pixelMemInfo.base = ReadImageData(parcel, pixelMemInfo.bufferSize); in ReadMemInfoFromParcel()

Completed in 15 milliseconds