Home
last modified time | relevance | path

Searched defs:size (Results 6551 - 6575 of 12765) sorted by relevance

1...<<261262263264265266267268269270>>...511

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsshowingpropertiesfreezer_fuzzer/
H A Drsshowingpropertiesfreezer_fuzzer.cpp52 bool DoGetBounds(const uint8_t* data, size_t size) in DoGetBounds() argument
71 bool DoGetFrame(const uint8_t* data, size_t size) in DoGetFrame() argument
90 bool DoGetPositionZ(const uint8_t* data, size_t size) in DoGetPositionZ() argument
109 bool DoGetPivot(const uint8_t* data, size_t size) in DoGetPivot() argument
128 bool DoGetPivotZ(const uint8_t* data, size_t size) in DoGetPivotZ() argument
147 DoGetQuaternion(const uint8_t* data, size_t size) DoGetQuaternion() argument
166 DoGetRotation(const uint8_t* data, size_t size) DoGetRotation() argument
185 DoGetRotationX(const uint8_t* data, size_t size) DoGetRotationX() argument
204 DoGetRotationY(const uint8_t* data, size_t size) DoGetRotationY() argument
223 DoGetCameraDistance(const uint8_t* data, size_t size) DoGetCameraDistance() argument
242 DoGetTranslate(const uint8_t* data, size_t size) DoGetTranslate() argument
261 DoGetTranslateZ(const uint8_t* data, size_t size) DoGetTranslateZ() argument
280 DoGetScale(const uint8_t* data, size_t size) DoGetScale() argument
299 DoGetSkew(const uint8_t* data, size_t size) DoGetSkew() argument
318 DoGetPersp(const uint8_t* data, size_t size) DoGetPersp() argument
337 DoGetAlpha(const uint8_t* data, size_t size) DoGetAlpha() argument
356 DoGetCornerRadius(const uint8_t* data, size_t size) DoGetCornerRadius() argument
375 DoGetForegroundColor(const uint8_t* data, size_t size) DoGetForegroundColor() argument
394 DoGetBackgroundColor(const uint8_t* data, size_t size) DoGetBackgroundColor() argument
413 DoGetSurfaceBgColor(const uint8_t* data, size_t size) DoGetSurfaceBgColor() argument
432 DoGetBgImageWidth(const uint8_t* data, size_t size) DoGetBgImageWidth() argument
451 DoGetBgImageHeight(const uint8_t* data, size_t size) DoGetBgImageHeight() argument
470 DoGetBgImagePositionX(const uint8_t* data, size_t size) DoGetBgImagePositionX() argument
489 DoGetBgImagePositionY(const uint8_t* data, size_t size) DoGetBgImagePositionY() argument
508 DoGetBorderColor(const uint8_t* data, size_t size) DoGetBorderColor() argument
527 DoGetBorderWidth(const uint8_t* data, size_t size) DoGetBorderWidth() argument
546 DoGetBackgroundFilter(const uint8_t* data, size_t size) DoGetBackgroundFilter() argument
565 DoGetFilter(const uint8_t* data, size_t size) DoGetFilter() argument
584 DoGetShadowColor(const uint8_t* data, size_t size) DoGetShadowColor() argument
603 DoGetShadowOffsetX(const uint8_t* data, size_t size) DoGetShadowOffsetX() argument
622 DoGetShadowOffsetY(const uint8_t* data, size_t size) DoGetShadowOffsetY() argument
641 DoGetShadowAlpha(const uint8_t* data, size_t size) DoGetShadowAlpha() argument
660 DoGetShadowElevation(const uint8_t* data, size_t size) DoGetShadowElevation() argument
679 DoGetShadowRadius(const uint8_t* data, size_t size) DoGetShadowRadius() argument
698 DoGetSpherizeDegree(const uint8_t* data, size_t size) DoGetSpherizeDegree() argument
717 DoGetAttractionFractionValue(const uint8_t* data, size_t size) DoGetAttractionFractionValue() argument
736 DoGetAttractionDstPointValue(const uint8_t* data, size_t size) DoGetAttractionDstPointValue() argument
755 DoGetLightUpEffectDegree(const uint8_t* data, size_t size) DoGetLightUpEffectDegree() argument
774 DoGetDynamicDimDegree(const uint8_t* data, size_t size) DoGetDynamicDimDegree() argument
796 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H A Dbrush_fuzzer.cpp119 bool BrushFuzzTest(const uint8_t* data, size_t size) in BrushFuzzTest() argument
155 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp35 bool PathAddFuzzTest(const uint8_t* data, size_t size) in PathAddFuzzTest() argument
55 bool PathOpFuzzTest(const uint8_t* data, size_t size) in PathOpFuzzTest() argument
86 bool PathFuzzTest001(const uint8_t* data, size_t size) in PathFuzzTest001() argument
105 bool PathFuzzTest002(const uint8_t* data, size_t size) in PathFuzzTest002() argument
149 bool PathFuzzTest003(const uint8_t* data, size_t size) in PathFuzzTest003() argument
187 PathFuzzTest004(const uint8_t* data, size_t size) PathFuzzTest004() argument
232 PathFuzzTest005(const uint8_t* data, size_t size) PathFuzzTest005() argument
254 PathFuzzTest006(const uint8_t* data, size_t size) PathFuzzTest006() argument
285 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp134 bool PenFuzzTest(const uint8_t* data, size_t size) in PenFuzzTest() argument
168 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/
H A Drscpuoverdrawcanvaslistener_fuzzer.cpp57 bool DoDrawPoint(const uint8_t* data, size_t size) in DoDrawPoint() argument
70 bool DoDrawLine(const uint8_t* data, size_t size) in DoDrawLine() argument
88 bool DoRect(const uint8_t* data, size_t size) in DoRect() argument
103 bool DoDrawRoundRect(const uint8_t* data, size_t size) in DoDrawRoundRect() argument
123 bool DoDrawNestedRoundRect(const uint8_t* data, size_t size) in DoDrawNestedRoundRect() argument
153 bool DoDrawArc(const uint8_t* data, size_t size) in DoDrawArc() argument
172 bool DoDrawPie(const uint8_t* data, size_t size) in DoDrawPie() argument
191 bool DoDrawOval(const uint8_t* data, size_t size) in DoDrawOval() argument
207 bool DoDrawCircle(const uint8_t* data, size_t size) in DoDrawCircle() argument
222 bool DoDrawPath(const uint8_t* data, size_t size) in DoDrawPath() argument
233 DoDrawBackground(const uint8_t* data, size_t size) DoDrawBackground() argument
245 DoDrawShadow(const uint8_t* data, size_t size) DoDrawShadow() argument
284 DoDrawRegion(const uint8_t* data, size_t size) DoDrawRegion() argument
295 DoDrawTextBlob(const uint8_t* data, size_t size) DoDrawTextBlob() argument
308 DoDrawBitmap(const uint8_t* data, size_t size) DoDrawBitmap() argument
321 DoDrawImage(const uint8_t* data, size_t size) DoDrawImage() argument
336 DoDrawImageRect(const uint8_t* data, size_t size) DoDrawImageRect() argument
363 DoDrawPicture(const uint8_t* data, size_t size) DoDrawPicture() argument
374 DoClear(const uint8_t* data, size_t size) DoClear() argument
385 DoAppendRegion(const uint8_t* data, size_t size) DoAppendRegion() argument
400 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp67 static void TestDrawingDataSerialization(size_t size) in TestDrawingDataSerialization() argument
95 static void TestDrawingDataSerializationWithCopy(size_t size) in TestDrawingDataSerializationWithCopy() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp99 long size = src.tellg(); in CopyFileStream() local
[all...]
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp222 auto size = candidates.size(); in SearchByPriority() local
/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_buffer.cpp140 WrapMemory(uint8_t* data, size_t capacity, size_t size) WrapMemory() argument
148 WrapMemoryPtr(std::shared_ptr<uint8_t> data, size_t capacity, size_t size) WrapMemoryPtr() argument
[all...]
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAudioCapturePlugin.cpp143 uint64_t size; in HWTEST() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_yuv_test.cpp136 uint32_t size = pixelMap->GetCapacity(); in DecodeToYuv() local
H A Djpeg_decoder_test.cpp71 int size = STREAM_SIZE; in HWTEST_F() local
109 int size = STREAM_SIZE; in HWTEST_F() local
183 int size = STREAM_SIZE; in HWTEST_F() local
202 int size in HWTEST_F() local
260 int size = STREAM_SIZE; HWTEST_F() local
279 int size = STREAM_SIZE; HWTEST_F() local
298 int size = STREAM_SIZE; HWTEST_F() local
336 int size = STREAM_SIZE; HWTEST_F() local
355 int size = STREAM_SIZE; HWTEST_F() local
391 int size = STREAM_SIZE; HWTEST_F() local
411 int size = STREAM_SIZE; HWTEST_F() local
431 int size = STREAM_SIZE; HWTEST_F() local
451 int size = STREAM_SIZE; HWTEST_F() local
472 int size = STREAM_SIZE; HWTEST_F() local
493 int size = STREAM_SIZE; HWTEST_F() local
514 int size = STREAM_SIZE; HWTEST_F() local
535 int size = STREAM_SIZE; HWTEST_F() local
556 int size = STREAM_SIZE; HWTEST_F() local
577 int size = STREAM_SIZE; HWTEST_F() local
599 int size = STREAM_SIZE; HWTEST_F() local
620 int size = STREAM_SIZE; HWTEST_F() local
641 int size = STREAM_SIZE; HWTEST_F() local
661 int size = STREAM_SIZE; HWTEST_F() local
682 int size = STREAM_SIZE; HWTEST_F() local
703 int size = STREAM_SIZE; HWTEST_F() local
724 int size = STREAM_SIZE; HWTEST_F() local
745 int size = STREAM_SIZE; HWTEST_F() local
765 int size = STREAM_SIZE; HWTEST_F() local
786 int size = STREAM_SIZE; HWTEST_F() local
806 int size = STREAM_SIZE; HWTEST_F() local
827 int size = STREAM_SIZE; HWTEST_F() local
848 int size = STREAM_SIZE; HWTEST_F() local
869 int size = STREAM_SIZE; HWTEST_F() local
890 int size = STREAM_SIZE; HWTEST_F() local
911 int size = STREAM_SIZE; HWTEST_F() local
932 int size = STREAM_SIZE; HWTEST_F() local
953 int size = STREAM_SIZE; HWTEST_F() local
974 int size = STREAM_SIZE; HWTEST_F() local
995 int size = STREAM_SIZE; HWTEST_F() local
1016 int size = STREAM_SIZE; HWTEST_F() local
1038 int size = STREAM_SIZE; HWTEST_F() local
1060 int size = STREAM_SIZE; HWTEST_F() local
1083 int size = STREAM_SIZE; HWTEST_F() local
1106 int size = STREAM_SIZE; HWTEST_F() local
1156 Size size; HWTEST_F() local
1208 int size = STREAM_SIZE; HWTEST_F() local
1231 int size = STREAM_SIZE; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp545 size_t size; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_mdk.cpp62 int32_t OH_ImageSource_CreateFromUri(napi_env env, char* uri, size_t size, in OH_ImageSource_CreateFromUri() argument
/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/
H A Dimage_receiver_native.cpp87 Image_ErrorCode OH_ImageReceiverOptions_GetSize(OH_ImageReceiverOptions* options, Image_Size* size) in OH_ImageReceiverOptions_GetSize() argument
99 Image_ErrorCode OH_ImageReceiverOptions_SetSize(OH_ImageReceiverOptions* options, Image_Size size) in OH_ImageReceiverOptions_SetSize() argument
323 Image_ErrorCode OH_ImageReceiverNative_GetSize(OH_ImageReceiverNative* receiver, Image_Size* size) in OH_ImageReceiverNative_GetSize() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp57 uint32_t BmpDecoder::GetImageSize(uint32_t index, Size &size) in GetImageSize() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp283 auto size = sizeof(g_exttagmapping) / sizeof(g_exttagmapping[0]); in CreateTagByName() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp272 Status VideoFileCapturePlugin::GetSize(uint64_t& size) in GetSize() argument
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davmemory.cpp96 std::shared_ptr<AVMemory> AVMemory::CreateAVMemory(uint8_t *ptr, int32_t capacity, int32_t size) in CreateAVMemory() argument
210 int32_t size = -1; in ReadCommonFromMessageParcel() local
242 int32_t size in SkipCommonFromMessageParcel() local
267 size_t size = bufferParcel.GetDataSize(); WriteCommonToMessageParcel() local
293 SetSize(int32_t size) SetSize() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.h45 int size; member
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_decoder_demo.cpp374 int64_t size; in InputFunc() local
[all...]
H A Davcodec_audio_avbuffer_decoder_inner_demo.cpp134 int64_t size; in InputFunc() local
[all...]
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_inner_demo.cpp268 int32_t VDecInnerDemo::HandleNormalInput(const uint32_t &index, const int64_t &pts, const size_t &size) in HandleNormalInput() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/audio_encoder_filter_test/
H A Daudio_encoder_filter_unitest.cpp121 uint32_t size = 8; in GetInputBufferQueue() local
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dvideo_decoder_adapter_unit_test.h201 Status SetQueueSize(uint32_t size) in SetQueueSize() argument
237 Status SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer() argument

Completed in 21 milliseconds

1...<<261262263264265266267268269270>>...511