/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 44 Object e = array->get(i); in ContainsOnlyValidKeys() 81 target_keys_length += AddKey(prototype_chain_keys->get(i), combined_keys, in CombineKeys() 169 Handle<Object> current(array->get(i), isolate_); in AddKeys() 194 Handle<Name> key(Name::cast(keys->get(i)), isolate); in FilterProxyKeys() 616 // Don't leak the enumeration cache without the receiver since it might get in GetKeysWithPrototypeInfoCache() 871 InternalIndex index(Smi::ToInt(raw_storage.get(i))); in CopyEnumKeysTo() 957 InternalIndex index(Smi::ToInt(array->get(i))); in CollectKeysFromDictionary() 968 InternalIndex index(Smi::ToInt(array->get(i))); in CollectKeysFromDictionary() 1017 Handle<String> key(String::cast(enum_keys->get(i)), isolate_); in CollectOwnPropertyNames() 1252 Handle<Name> key(Name::cast(trap_result->get( in CollectOwnJSProxyKeys() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_eth_conf.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions 224 ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) in header_split() 237 ::std::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) in hw_ip_checksum() 250 ::std::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) in hw_vlan_filter() 263 ::std::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) in hw_vlan_strip() 276 ::std::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) in hw_vlan_extend() 289 ::std::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) in jumbo_frame() 302 ::std::mem::transmute(self._bitfield_1.get(6usize, 1u8) as u16) in hw_strip_crc() 315 ::std::mem::transmute(self._bitfield_1.get(7usize, 1u8) as u16) in enable_scatter() 328 ::std::mem::transmute(self._bitfield_1.get( in enable_lro() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 116 bool get (size_t ndx) const in get() function in vkt::memory::__anon29285::BitVector 166 set(ndx, other.get(ndx) && get(ndx)); 182 set(ndx, other.get(ndx) && get(ndx)); 211 const bool isOk = !m_defined.get(pos) 222 const bool isOk = !m_defined.get(pos) 253 if (!m_flushed.get((offset / m_atomSize) + ndx)) 1575 nonFullHeaps.push_back(heapIter->get()); 1578 nonEmptyHeaps.push_back(heapIter->get()); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 291 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey() 296 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey() 326 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID() 344 else if (!isa<AliasSummary>(S.get()) && in thinLTOResolvePrevailingGUID() 345 !GlobalInvolvedWithAlias.count(S.get())) in thinLTOResolvePrevailingGUID() 371 if (auto AS = dyn_cast<AliasSummary>(S.get())) in thinLTOResolvePrevailingInIndex() 401 isPrevailing(VI.getGUID(), S.get())) && in thinLTOInternalizeAndPromoteGUID() 411 !isWeakObjectWithRWAccess(S.get())) in thinLTOInternalizeAndPromoteGUID() 575 writeToResolutionFile(*Conf.ResolutionFile, Input.get(), Res); in add() 883 auto *FS = dyn_cast<FunctionSummary>(S.get()); in checkPartiallySplit() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 360 bool is_block = compiler.get_decoration_bitset(type.self).get(DecorationBlock) || in print_resources() 361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources() 389 if (mask.get(DecorationLocation)) in print_resources() 391 if (mask.get(DecorationDescriptorSet)) in print_resources() 393 if (mask.get(DecorationBinding)) in print_resources() 397 if (mask.get(DecorationInputAttachmentIndex)) in print_resources() 399 if (mask.get(DecorationNonReadable)) in print_resources() 401 if (mask.get(DecorationNonWritable)) in print_resources() 1097 static_cast<CompilerCPP *>(compiler.get())->set_interface_name(args.cpp_interface_name); in compile_iteration() 1103 auto *msl_comp = static_cast<CompilerMSL *>(compiler.get()); in compile_iteration() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 285 I->replaceAllUsesWith(UndefValue::get(I->getType())); in deleteDeadInstruction() 407 ArrayType *AT = ArrayType::get(V->getType(), ArraySize); in getMemSetPatternValue() 408 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C)); in getMemSetPatternValue() 1650 Builder.CreateAShr(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable() 1653 Builder.CreateLShr(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable() 1656 Builder.CreateShl(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable() 1663 ConstantInt::get(FFS->getType(), in transformLoopToCountable() 1670 ConstantInt::get(CountPrev->getType(), 1)); in transformLoopToCountable() 1700 Builder.CreateSub(TcPhi, ConstantInt::get(Ty, 1), in transformLoopToCountable() 1710 LbCond->setOperand(1, ConstantInt::get(T in transformLoopToCountable() [all...] |
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 337 let actual_attr_kind = *attr.kind.get(); in infer_kind() 407 let actual_attr_kind = *attr.kind.get(); in push_attrs() 435 self.push_method(*attr.kind.get(), attr.name.clone(), quote!(#(#tokens),*)); in push_attrs() 444 *attr.kind.get(), in push_attrs() 453 self.push_method(*attr.kind.get(), attr.name.clone(), self.name.clone().translate(*self.casing)); in push_attrs() 484 *attr.kind.get(), in push_attrs() 844 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs() 850 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs() 919 match (self.kind.get(), kind.get()) { in set_kind() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 2402 // output color. If minLod is 0.1, minLodInteger should be 0 and gathering from the base level is defined, so we should get the 2558 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get(), context.getUsedApiVersion())); in RobustImageAccess2DeviceHelper() 2560 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in RobustImageAccess2DeviceHelper() 2566 VkDevice getDevice (void) const override { return m_device.get(); } 2647 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate() 2687 texture.get(), // VkImage image; in iterate() 2709 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate() 2739 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate() 2743 const auto combinedSamplerInfo = makeDescriptorImageInfo(sampler.get(), texVie in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 2406 // output color. If minLod is 0.1, minLodInteger should be 0 and gathering from the base level is defined, so we should get the 2562 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get())); in RobustImageAccess2DeviceHelper() 2564 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in RobustImageAccess2DeviceHelper() 2570 VkDevice getDevice (void) const override { return m_device.get(); } 2651 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate() 2691 texture.get(), // VkImage image; in iterate() 2713 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate() 2743 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate() 2747 const auto combinedSamplerInfo = makeDescriptorImageInfo(sampler.get(), texVie in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 602 graphicsPipeline.get()->setMonolithicPipelineLayout(pipelineLayout) in makeGraphicsPipeline() 876 attachments.push_back(wd.floatColor1.view.get()); in initializeAttachments() 881 attachments.push_back(wd.floatColor2.view.get()); in initializeAttachments() 886 attachments.push_back(wd.intColor.view.get()); in initializeAttachments() 891 attachments.push_back(wd.depthStencil.view.get()); in initializeAttachments() 898 attachments.push_back(wd.floatResolve1.view.get()); in initializeAttachments() 903 attachments.push_back(wd.floatResolve2.view.get()); in initializeAttachments() 908 attachments.push_back(wd.intResolve.view.get()); in initializeAttachments() 913 attachments.push_back(wd.depthStencilResolve.view.get()); in initializeAttachments() 1119 wd.floatColor1.view.get(), // VkImageVie in initializeRenderingAttachmentInfos() [all...] |
H A D | vktPipelineTimestampTests.cpp | 647 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); 938 throw tcu::ResourceError("Unable to get clock frequency with QueryPerformanceFrequency"); 1229 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); 1668 auto vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0); 1669 auto fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag"), 0); 1713 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &m_vertexBuffer.get(), &offsets); 1936 Move<VkShaderModule> vertShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0); 1937 Move<VkShaderModule> fragShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag"), 0); 1944 tescShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("basic_tcs"), 0); 1945 teseShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("basic_te [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1168 SetNativeBindReference(entry, reference_name, bindings.get(i)); in ExtractJSObjectReferences() 1261 Object key = table.get(key_index); in ExtractEphemeronHashTableReferences() 1262 Object value = table.get(value_index); in ExtractEphemeronHashTableReferences() 1304 SetContextReference(entry, it->name(), context.get(idx), in ExtractContextReferences() 1311 SetContextReference(entry, name, context.get(idx), in ExtractContextReferences() 1318 entry, "scope_info", context.get(Context::SCOPE_INFO_INDEX), in ExtractContextReferences() 1320 SetInternalReference(entry, "previous", context.get(Context::PREVIOUS_INDEX), in ExtractContextReferences() 1324 entry, "extension", context.get(Context::EXTENSION_INDEX), in ExtractContextReferences() 1334 SetInternalReference(entry, name, context.get(index), in ExtractContextReferences() 1339 context.get(Contex in ExtractContextReferences() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 834 if (attribMap.get(EGL_PLATFORM_ANGLE_D3D_LUID_HIGH_ANGLE, 0) == 0 && in ValidateGetPlatformDisplayCommon() 835 attribMap.get(EGL_PLATFORM_ANGLE_D3D_LUID_LOW_ANGLE, 0) == 0) in ValidateGetPlatformDisplayCommon() 923 EGLAttrib value = attribMap.get(EGL_POWER_PREFERENCE_ANGLE, 0); in ValidateGetPlatformDisplayCommon() 940 else if (attribMap.get(EGL_FEATURE_OVERRIDES_ENABLED_ANGLE, 0) == 0) in ValidateGetPlatformDisplayCommon() 954 else if (attribMap.get(EGL_FEATURE_OVERRIDES_DISABLED_ANGLE, 0) == 0) in ValidateGetPlatformDisplayCommon() 2272 EGLAttrib clientMajorVersion = attributes.get(EGL_CONTEXT_CLIENT_VERSION, 1); in ValidateCreateContext() 2273 EGLAttrib clientMinorVersion = attributes.get(EGL_CONTEXT_MINOR_VERSION, 0); in ValidateCreateContext() 2559 EGLAttrib textureFormat = attributes.get(EGL_TEXTURE_FORMAT, EGL_NO_TEXTURE); in ValidateCreatePbufferSurface() 2560 EGLAttrib textureTarget = attributes.get(EGL_TEXTURE_TARGET, EGL_NO_TEXTURE); in ValidateCreatePbufferSurface() 2576 EGLint width = static_cast<EGLint>(attributes.get(EGL_WIDT in ValidateCreatePbufferSurface() 4862 ValidateSetBlobCacheFuncsANDROID(const ValidationContext *val, const Display *display, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) ValidateSetBlobCacheFuncsANDROID() argument [all...] |
/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_cmd.cpp | 157 // get localtime in ConsoleLog() 515 zs.next_out = reinterpret_cast<Bytef*>(out.get()); in DumpCompressedTrace() 520 bytesRead = TEMP_FAILURE_RETRY(read(traceFd, in.get(), CHUNK_SIZE)); in DumpCompressedTrace() 527 zs.next_in = reinterpret_cast<Bytef*>(in.get()); in DumpCompressedTrace() 532 bytesWritten = TEMP_FAILURE_RETRY(write(outFd, out.get(), CHUNK_SIZE)); in DumpCompressedTrace() 537 zs.next_out = reinterpret_cast<Bytef*>(out.get()); in DumpCompressedTrace() 543 bytesWritten = TEMP_FAILURE_RETRY(write(outFd, out.get(), have)); in DumpCompressedTrace()
|
/base/update/updater/test/unittest/package/ |
H A D | pkg_manager_unittest.cpp | 185 int ret = ((PkgStreamPtr)(stream.get()))->Read(buffer, start, size, readLen); in TestPkgStreamImpl() 188 ret = ((PkgStreamPtr)(stream.get()))->GetBuffer(data); in TestPkgStreamImpl() 191 ret = ((PkgStreamPtr)(stream.get()))->GetStreamType(); in TestPkgStreamImpl() 446 int ret = CheckDataIntegrityLz4(lz4Info, fileSize, outStream.get(), mappedData, digest); in TestDecompressLz4() 556 int ret = CheckDataIntegrityGzip(zipInfo, fileSize, outStream.get(), mappedData, digest); in TestDecompressGzip() 590 int32_t ret = pkgManager_->CompressBuffer(&info, buffer, outStream.get()); in TestCompressBuffer()
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | avgpool_pad_test.cpp | 538 std::vector<int64_t> expetctKernelSize = mindspore::lite::MindIR_AvgPoolFusion_GetKernelSize(primitive.get()); in HWTEST_F() 541 std::vector<int64_t> expetctStrides = mindspore::lite::MindIR_AvgPoolFusion_GetStrides(primitive.get()); in HWTEST_F() 543 std::vector<int64_t> expetctPadValue = mindspore::lite::MindIR_AvgPoolFusion_GetPad(primitive.get()); in HWTEST_F() 548 int expectActivation = mindspore::lite::MindIR_AvgPoolFusion_GetActivationType(primitive.get()); in HWTEST_F() 551 auto expectRoundMode = mindspore::lite::MindIR_AvgPoolFusion_GetRoundMode(primitive.get()); in HWTEST_F() 554 bool expectGlobal = mindspore::lite::MindIR_AvgPoolFusion_GetGlobal(primitive.get()); in HWTEST_F()
|
H A D | maxpool_pad_test.cpp | 539 std::vector<int64_t> expectKernelSize = mindspore::lite::MindIR_MaxPoolFusion_GetKernelSize(primitive.get()); in HWTEST_F() 543 std::vector<int64_t> expectStrides = mindspore::lite::MindIR_MaxPoolFusion_GetStrides(primitive.get()); in HWTEST_F() 545 std::vector<int64_t> expectPadValue = mindspore::lite::MindIR_MaxPoolFusion_GetPad(primitive.get()); in HWTEST_F() 550 int expectActivation = mindspore::lite::MindIR_MaxPoolFusion_GetActivationType(primitive.get()); in HWTEST_F() 553 auto expectRoundMode = mindspore::lite::MindIR_MaxPoolFusion_GetRoundMode(primitive.get()); in HWTEST_F() 556 bool expectGlobal = mindspore::lite::MindIR_MaxPoolFusion_GetGlobal(primitive.get()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_gauge_bridge.cpp | 108 gradient.color = colorStruct.get(); in SetGradientColorsObject() 109 gradient.offset = offsetStruct.get(); in SetGradientColorsObject() 137 gradient.color = colorStruct.get(); in SetGradientColorsArray() 138 gradient.offset = offsetStruct.get(); in SetGradientColorsArray() 241 GetArkUINodeModifiers()->getGaugeModifier()->setColors(nativeNode, colors.get(), weights.get(), length); in SetColors()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | fast_audio_stream.cpp | 132 if (audioStreamTracker_ != nullptr && audioStreamTracker_.get()) { in SetAudioStreamInfo() 497 if (audioStreamTracker_ != nullptr && audioStreamTracker_.get()) { in StartAudioStream() 512 if (audioStreamTracker_ != nullptr && audioStreamTracker_.get()) { in StartAudioStream() 537 if (audioStreamTracker_ != nullptr && audioStreamTracker_.get()) { in PauseAudioStream() 560 if (audioStreamTracker_ != nullptr && audioStreamTracker_.get()) { in StopAudioStream() 592 if (audioStreamTracker_ != nullptr && audioStreamTracker_.get()) { in ReleaseAudioStream()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | canvas_test.cpp | 388 canvas->DrawAtlas(bitmap.MakeImage().get(), xform, rect, nullptr, 2, in HWTEST_F() 392 canvas->DrawAtlas(bitmap.MakeImage().get(), nullptr, rect, colors, 2, in HWTEST_F() 394 canvas->DrawAtlas(bitmap.MakeImage().get(), xform, nullptr, colors, 2, in HWTEST_F() 396 canvas->DrawAtlas(bitmap.MakeImage().get(), xform, rect, colors, 2, in HWTEST_F() 398 canvas->DrawAtlas(bitmap.MakeImage().get(), xform, rect, colors, -10, in HWTEST_F() 400 canvas->DrawAtlas(bitmap.MakeImage().get(), xform, rect, colors, 5000, in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | depth_data_output_napi.cpp | 149 MEDIA_ERR_LOG("DepthDataListener:UpdateJSCallbackAsync() failed to get event loop"); in UpdateJSCallbackAsync() 158 work->data = callbackInfo.get(); in UpdateJSCallbackAsync() 214 MEDIA_ERR_LOG("failed to get event loop"); in UpdateJSCallbackAsync() 224 work->data = callbackInfo.get(); in UpdateJSCallbackAsync() 333 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), in DepthDataOutputNapiConstructor() 397 MEDIA_ERR_LOG("failed to get surface"); in CreateDepthDataOutput() 487 CommonCompleteCallback, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Release() 541 CommonCompleteCallback, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Start() 595 CommonCompleteCallback, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Stop()
|
H A D | metadata_output_napi.cpp | 74 MEDIA_ERR_LOG("failed to get event loop"); in OnMetadataObjectsAvailable() 84 work->data = reinterpret_cast<void *>(callbackInfo.get()); in OnMetadataObjectsAvailable() 253 MEDIA_ERR_LOG("failed to get event loop"); in OnErrorCallbackAsync() 263 work->data = callbackInfo.get(); in OnErrorCallbackAsync() 368 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), in MetadataOutputNapiConstructor() 517 AsyncCompleteCallback, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Start() 560 AsyncCompleteCallback, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Stop() 601 AsyncCompleteCallback, static_cast<void*>(asyncContext.get()), &asyncContext->work); in Release()
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 240 ErrorCode res = LockPixelMap(pixelMap.get(), effectBuffer); in ParsePath() 500 UpdateExifMetadata(picture->GetExifMetadata(), picture->GetMainPixel().get()); in UpdateImageExifInfo() 510 ErrorCode errorCode = CommonUtils::LockPixelMap(pixelMap.get(), effectBuffer); in ParsePicture() 528 errorCode = CommonUtils::LockPixelMap(gainMap.get(), gainMapEffectBuffer); in ParsePicture() 549 CHECK_AND_RETURN_RET_LOG(res == ErrorCode::SUCCESS, res, "get pixels context fail! res=%{public}d", res); in ModifyPixelMapPropertyInner() 621 MemcpyHelper::CopyData(buffer.get(), memoryData.get()); in ModifyPixelMapProperty()
|
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_unit_test.cpp | 629 data2.WriteParcelable(info.get()); in HWTEST_F() 637 data4.WriteParcelable(info.get()); in HWTEST_F() 664 data2.WriteParcelable(info.get()); in HWTEST_F() 672 data4.WriteParcelable(info.get()); in HWTEST_F() 680 data6.WriteParcelable(info.get()); in HWTEST_F() 688 data8.WriteParcelable(info.get()); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 68 DHLOGI("Init cameraInfo get id: %{public}s", GetAnonyString(info->GetID()).c_str()); in Init() 146 CHECK_AND_RETURN_LOG(cameraMetadata == nullptr, "FindCameraMetadata get cameraMetadata is null"); in FindCameraMetadata() 148 int32_t ret = Camera::FindCameraMetadataItem(cameraMetadata->get(), OHOS_CONTROL_FOCUS_MODE, &focusItem); in FindCameraMetadata() 157 ret = Camera::FindCameraMetadataItem(cameraMetadata->get(), OHOS_CONTROL_EXPOSURE_MODE, &exposureItem); in FindCameraMetadata() 166 ret = Camera::FindCameraMetadataItem(cameraMetadata->get(), OHOS_CONTROL_VIDEO_STABILIZATION_MODE, &stabilityItem); in FindCameraMetadata() 591 int32_t ret = Camera::FindCameraMetadataItem(cameraMetadata->get(), OHOS_JPEG_ORIENTATION, &item); in SetPhotoCaptureRotation() 606 int32_t ret = Camera::FindCameraMetadataItem(cameraMetadata->get(), OHOS_JPEG_QUALITY, &item); in SetPhotoCaptureQuality() 621 int32_t ret = Camera::FindCameraMetadataItem(cameraMetadata->get(), OHOS_JPEG_GPS_COORDINATES, &item); in SetPhotoCaptureLocation()
|