Home
last modified time | relevance | path

Searched defs:result (Results 7551 - 7575 of 12212) sorted by relevance

1...<<301302303304305306307308309310>>...489

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_ui_capture.cpp126 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in CopyDataToPixelMap() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp400 bool result = RSBaseRenderUtil::WriteSurfaceRenderNodeToPng(*node); in HWTEST_F() local
412 bool result = RSBaseRenderUtil::WriteCacheRenderNodeToPng(*node_); in HWTEST_F() local
560 bool result = RSBaseRenderUtil::WritePixelMapToPng(*pixelMap); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp310 void Ecs::GetComponents(Entity entity, vector<IComponentManager*>& result) in GetComponents() argument
323 vector<ISystem*> result; in GetSystems() local
341 vector<IComponentManager*> result; in GetComponentManagers() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp1056 auto result = extEncoder.GetImageEncodeData(surfaceBuffer, info, needExif); in HWTEST_F() local
H A Dplugin_libjpeg_test.cpp1873 OHOS::MultimediaPlugin::PluginClassBase *result = PluginExternalCreate(className); in HWTEST_F() local
1905 uint32_t result = iccProfileInfo.PackingICCProfile(cinfo, info); in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixelmap_native_ndk_test.cpp342 uint8_t result[ARGB_8888_BYTES]; in HWTEST_F() local
H A Djpeg_decoder_ex_test.cpp601 bool result = (jpegDecoder != nullptr); in HWTEST_F() local
621 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info); in HWTEST_F() local
641 uint32_t result = jpegDecoder->SetDecodeOptions(JPEG_IMAGE_NUM, opts, info); in HWTEST_F() local
660 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info); in HWTEST_F() local
680 uint32_t result = jpegDecoder->SetDecodeOptions(1, opts, info); in HWTEST_F() local
696 uint32_t result = jpegDecoder->SetDecodeOptions(0, opts, info); HWTEST_F() local
715 uint32_t result = jpegDecoder->GetImageSize(0, plSize); HWTEST_F() local
734 uint32_t result = jpegDecoder->GetImageSize(0, plSize); HWTEST_F() local
755 uint32_t result = jpegDecoder->GetImageSize(JPEG_IMAGE_NUM, plSize); HWTEST_F() local
774 uint32_t result = jpegDecoder->Decode(0, context); HWTEST_F() local
793 uint32_t result = jpegDecoder->Decode(JPEG_IMAGE_NUM, context); HWTEST_F() local
813 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value); HWTEST_F() local
833 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value); HWTEST_F() local
853 uint32_t result = jpegDecoder->GetImagePropertyInt(0, key, value); HWTEST_F() local
1064 int32_t result = jpegDecoder->GetImagePropertyString(0, key, value); HWTEST_F() local
1168 int32_t result = jpegDecoder->GetImagePropertyString(0, key, value); HWTEST_F() local
1189 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, path); HWTEST_F() local
1210 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, path); HWTEST_F() local
1231 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, path); HWTEST_F() local
1253 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, fd); HWTEST_F() local
1275 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, fd); HWTEST_F() local
1405 int32_t result = jpegDecoder->ModifyImageProperty(index, key, value, path); HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp71 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in AllocShareBufferInner() local
633 bool result = canvas->readPixels(imageInfo, pixels, rowBytes, 0, 0); in DoDecode() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp286 auto result = downloader_->Read(bufData->GetWritableAddr(expectedLen), readDataInfo); in Read() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dmetadata_output_napi.cpp229 napi_value result[ARGS_TWO]; in OnMetadataObjectsAvailableCallback() local
286 napi_value result; in OnErrorCallback() local
358 napi_value result = nullptr; MetadataOutputNapiConstructor() local
384 bool result = false; IsMetadataOutput() local
409 napi_value result = nullptr; CreateMetadataOutput() local
439 napi_value result = nullptr; AddMetadataObjectTypes() local
467 napi_value result = nullptr; RemoveMetadataObjectTypes() local
[all...]
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp93 errno_t result = memcpy_s(reinterpret_cast<char *>(OH_AVBuffer_GetAddr(data)), in AVSourceReadAt() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_utils.cpp216 int64_t result; in ConvertTimeToFFmpeg() local
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp462 Status result = AttachAvailableBufferLocked(buffer); in SetQueueSizeAndAttachBuffer() local
540 Status result = AttachAvailableBufferLocked(buffer); in AttachBuffer() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dwebp_exif_metadata_accessor_test.cpp103 bool result = imageReadAccessor.ReadBlob(exifBuf); in HWTEST_F() local
119 bool result = imageAccessor.ReadBlob(exifBuf); in HWTEST_F() local
134 int result = imageAccessor.Read(); in HWTEST_F() local
185 int result = imageAccessor.Read(); in HWTEST_F() local
229 int result = imageAccessor.Read(); in HWTEST_F() local
285 int result = imageAccessor.Read(); HWTEST_F() local
341 uint32_t result = imageAccessor.Read(); HWTEST_F() local
397 uint32_t result = imageAccessor.Read(); HWTEST_F() local
445 uint32_t result = imageAccessor.Read(); HWTEST_F() local
470 int result = imageAccessor.Read(); HWTEST_F() local
505 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
589 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
643 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
694 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
749 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
803 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
854 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
909 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
962 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
1015 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
1070 bool result = imageAccessor.ReadBlob(exifBuf); HWTEST_F() local
1670 uint32_t result = imageAccessor.Write(); HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/
H A Dpicture_test.cpp658 bool result = memcpy_s(maintenanceBuffer->GetVirAddr(), size, dataBlob, size); in HWTEST_F() local
688 bool result = memcpy_s(maintenanceBuffer->GetVirAddr(), size, dataBlob, size); in HWTEST_F() local
710 int32_t result = picture->SetExifMetadata(exifMetadata); in HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp336 ErrorCode result = TranslatePluginStatus(plugin_->Read(bufferPtr, DEFAULT_READ_SIZE)); in ReadLoop() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp170 stringstream result; in SetPhotoIdForAsset() local
340 string result = ""; in LocationValueToString() local
[all...]
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp50 auto *result = new (std::nothrow) AVPlaybackState(); in Unmarshalling() local
254 bool result = false; CopyToByMask() local
269 bool result = false; CopyFrom() local
[all...]
H A Davmedia_description.cpp47 auto *result = new (std::nothrow) AVMediaDescription(); in Unmarshalling() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp326 auto result = bms->GetNameForUid(uid, bundleName); in GetClientBundle() local
/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp320 int32_t result = SendRequest(*sid, ON_CAMERA_STATUS_CHANGE, &io, nullptr, option, nullptr); in OnCameraStatusChange() local
335 int32_t result = SendRequest(sid_, ON_TRIGGER_SINGLE_CAPTURE_FINISHED, &io, nullptr, option, nullptr); in OnTriggerSingleCaptureFinished() local
351 int32_t result = SendRequest(sid_, ON_TRIGGER_LOOPING_CAPTURE_FINISHED, &io, nullptr, option, nullptr); in OnTriggerLoopingCaptureFinished() local
366 int32_t result = SendRequest(sid_, ON_CAMERA_CONFIGURED, &io, nullptr, option, nullptr); in OnCameraConfigured() local
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp158 ErrorCode result = imageEffect->imageEffect_->InsertEFilter(filter->filter_, index); in OH_ImageEffect_InsertFilterByFilter() local
217 ErrorCode result = imageEffect->imageEffect_->RemoveEFilter(index); in OH_ImageEffect_RemoveFilterByIndex() local
288 ErrorCode result = imageEffect->imageEffect_->ReplaceEFilter(filter->filter_, index); in OH_ImageEffect_ReplaceFilterByFilter() local
319 ErrorCode result = NativeCommonUtils::ParseOHAny(value, any); OH_ImageEffect_Configure() local
[all...]
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp545 sptr<AVControllerItem> result = new(std::nothrow) AVControllerItem(GetPid(), session, userId_); in GetControllerInner() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp126 bool result = object->AddDeathRecipient(deathRecipient_); in InitCameraInput() local
51 OnResult(const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata> &result) OnResult() argument
363 ProcessCallbackUpdates( const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata>& result) ProcessCallbackUpdates() argument
[all...]
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp91 napi_value result = nullptr; in MediaKeySessionNapiConstructor() local
160 napi_value result = nullptr; in CreateMediaKeySession() local
192 napi_value result = nullptr; Destroy() local
427 napi_value result = nullptr; CheckMediaKeyStatus() local
500 napi_value result = nullptr; ClearMediaKeys() local
531 napi_value result = nullptr; RequireSecureDecoderModule() local
574 napi_value result = nullptr; GetContentProtectionLevel() local
625 napi_value result = nullptr; SetEventCallback() local
669 napi_value result = nullptr; UnsetEventCallback() local
[all...]

Completed in 35 milliseconds

1...<<301302303304305306307308309310>>...489