/foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
H A D | audio_policy_test.cpp | 707 std::vector<shared_ptr<AudioRendererChangeInfo>> res; in HandleAudioRendererChangeInfo() local
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/ |
H A D | ffmpeg_aac_encoder_plugin.cpp | 434 auto res = avcodec_open2(tmpContext.get(), avCodec_.get(), nullptr); in ReAllocateContext() local 508 auto res = avcodec_open2(avCodecContext_.get(), avCodec_.get(), nullptr); in OpenContext() local
|
/foundation/multimedia/audio_framework/frameworks/native/examples/ |
H A D | pa_stream_test.cpp | 556 int32_t res = -1; // result
in GetUserInput() local 559 cin >> res;
in GetUserInput() local 565 cin >> res;
in GetUserInput() local 861 int32_t res = GetUserInput();
in Loop() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 136 auto res = CreateInternal(factory->GetClassInfo().Id().ToUid(), classes); in RegisterObjectType() local 586 auto res = impl; in SetCurrentTaskQueue() local
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.cpp | 483 bool res = hfpInstance_->SetActiveDevice(device); in SetActiveHfpDevice() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 1785 bool res = drawable.Update(content); in HWTEST_F() local 1859 bool res = drawable.Update(content); in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_render_node_test.cpp | 1966 Occlusion::Region res = testNode->ResetOpaqueRegion(absRect, screenRotation, isFocusWindow); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 339 size_t res = iconv(conv, &inBuf, &inBytesLeft, &outBuf, &outBytesLeft); in ToUtf8() local
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 794 basic_string res; in toUpper() local 808 basic_string res; in toLower() local 963 string res; operator +() local 972 string res; operator +() local 982 string res; operator +() local 991 string res; operator +() local 1001 string res; operator +() local 1010 string res; operator +() local 1019 string res; operator +() local 1028 string res; operator +() local [all...] |
H A D | vector.h | 561 pointer res = nullptr; in insert() local 590 pointer res = nullptr; in insert() local 624 pointer res = nullptr; insert() local 766 pointer res = nullptr; emplace() local 1177 pointer res = nullptr; insert_impl() local [all...] |
/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 335 Vector3 res = v;
in ToLinear() local 353 Vector3 res = v;
in ToNonLinear() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 405 std::vector<char*>res; in FromatCmd() local
|
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/ |
H A D | file_trash_n_exporter.cpp | 53 int res = Security::AccessToken::AccessTokenKit::VerifyAccessToken(tokenCaller, permission);
in CheckCallingPermission() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/ |
H A D | js_matrix.cpp | 738 auto res = CreateJsValue(env, m_matrix->MapRect(dstRect, srcRect));
in OnMapRect() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 98 std::string res = "pid_"; in GetDebugInfo() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 859 int res = surfaceBufferInfo_.acquireFence_->Wait(FENCE_WAIT_TIME); in DrawWithVulkan() local 897 int res = surfaceBufferInfo_.acquireFence_->Wait(FENCE_WAIT_TIME); in DrawWithGles() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 1675 auto res = rsInterfaces->SetCastScreenEnableSkipWindow(virtualScreenId, enable); in HWTEST_F() local 1690 auto res = rsInterfaces->RegisterUIExtensionCallback(userId, callback); in HWTEST_F() local 1705 auto res = rsInterfaces->RegisterUIExtensionCallback(userId, callback); in HWTEST_F() local 1745 int32_t res = rsInterfaces->SetVirtualScreenSecurityExemptionList(INVALID_SCREEN_ID, securityExemptionList); in HWTEST_F() local 1769 int32_t res = rsInterfaces->SetVirtualScreenSecurityExemptionList(virtualScreenId, securityExemptionList); in HWTEST_F() local 1793 int32_t res = rsInterfaces->SetVirtualScreenSecurityExemptionList(virtualScreenId, securityExemptionList); HWTEST_F() local 1818 int32_t res = rsInterfaces->SetVirtualScreenSecurityExemptionList(id, securityExemptionList); HWTEST_F() local 1832 int32_t res = rsInterfaces->SetVirtualScreenSecurityExemptionList(0, securityExemptionList); HWTEST_F() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix_util.h | 303 Vec3 res; in MultiplyVector() local
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native.cpp | 344 Image_ErrorCode OH_ImageSourceNative_CreateFromUri(char *uri, size_t uriSize, OH_ImageSourceNative **res) in OH_ImageSourceNative_CreateFromUri() argument 369 Image_ErrorCode OH_ImageSourceNative_CreateFromFd(int32_t fd, OH_ImageSourceNative **res) in OH_ImageSourceNative_CreateFromFd() argument 386 Image_ErrorCode OH_ImageSourceNative_CreateFromData(uint8_t *data, size_t dataSize, OH_ImageSourceNative **res) in OH_ImageSourceNative_CreateFromData() argument 407 Image_ErrorCode OH_ImageSourceNative_CreateFromRawFile(RawFileDescriptor *rawFile, OH_ImageSourceNative **res) in OH_ImageSourceNative_CreateFromRawFile() argument [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_ndk_sample.cpp | 623 int32_t res = OH_VideoEncoder_PushInputData(venc_, index, attr); in SetEOS() local 640 int32_t res = -2; in PushData() local
|
/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_server.cpp | 59 auto res = servicePtr_->GetAllSessionDescriptors(descriptors);
in ObserveControllerChanged() local 189 auto res = GetControllerById(playerId, avcontroller);
in ProcControlCommand() local 307 auto res = GetControllerById(topSessionId_, avcontroller);
in SendRemoteControllerList() local 388 auto res = servicePtr_->GetAllSessionDescriptors(descriptors);
in GetBundleName() local
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 451 int32_t res = vdec_->QueueInputBuffer(index, info, flag); in SetEOS() local
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 204 ErrorCode res = ParsePath(path, effectBuffer, isOutputData); in ParseUri() local 240 ErrorCode res = LockPixelMap(pixelMap.get(), effectBuffer); in ParsePath() local 382 std::from_chars_result res = std::from_chars(strValue.data(), strValue.data() + strValue.size(), value); GetImagePropertyInt() local 431 bool res = exifMetadata->SetValue(DATE_TIME, currentTime); UpdateExifDataTime() local 548 ErrorCode res = GetPixelsContext(memoryData, memoryInfo.bufferType, &context); ModifyPixelMapPropertyInner() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | vpe_utils.cpp | 157 int32_t res;
in ColorSpaceConverterComposeImage() local 189 int32_t res;
in ColorSpaceConverterDecomposeImage() local 397 int32_t res; ColorSpaceConverterImageProcess() local 427 int32_t res; DetailEnhancerImageProcess() local [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 531 static bool CreateArrayBuffer(napi_env env, uint8_t* src, size_t srcLen, napi_value *res)
in CreateArrayBuffer() argument
|