Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/av/media/mtp/
DMtpStringBuffer.cpp35 std::string conversion = gConvert.to_bytes(input_str); in utf16ToUtf8() local
37 if (conversion == utf16_cerror) { in utf16ToUtf8()
41 return conversion; in utf16ToUtf8()
46 std::u16string conversion = gConvert.from_bytes(input_str); in utf8ToUtf16() local
48 if (conversion == utf8_cerror) { in utf8ToUtf16()
52 return conversion; in utf8ToUtf16()
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DWGraphicBufferProducer.h74 ::android::conversion::wrapAs(&anwBuffer, *buf); in requestBuffer()
104 if ((fence == nullptr) || !::android::conversion::wrapAs(&tFence, &nh, *fence)) { in dequeueBuffer()
114 … if (getFrameTimestamps && !::android::conversion::wrapAs(&tOutTimestamps, &nhAA, outTimestamps)) { in dequeueBuffer()
157 ::android::conversion::wrapAs(&tBuffer, *outBuffer); in detachNextBuffer()
159 if ((outFence != nullptr) && !::android::conversion::wrapAs(&tFence, &nh, *outFence)) { in detachNextBuffer()
174 if (!::android::conversion::convertTo(lBuffer.get(), buffer)) { in attachBuffer()
195 if (!::android::conversion::convertTo(&lInput, input)) { in queueBuffer()
206 if (!::android::conversion::wrapAs(&tOutput, &nhAA, lOutput)) { in queueBuffer()
224 if (!::android::conversion::convertTo(lFence.get(), fence)) { in cancelBuffer()
252 if (!::android::conversion::wrapAs(&tOutput, &nhAA, lOutput)) { in connect()
[all …]
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc128 if (auto conversion = FindElementByName(extensions_map, properties_in_buf[i].extensionName)) { in FilterOutExtensionProperties() local
140 if (properties_out_buf[property_count - 1].specVersion > conversion->maxsupported_spec) { in FilterOutExtensionProperties()
141 properties_out_buf[property_count - 1].specVersion = conversion->maxsupported_spec; in FilterOutExtensionProperties()
229 if (auto conversion = FindElementByName(function_map, function_name)) { in DoCustomTrampolineWithThunk_vkGetDeviceProcAddr() local
231 WrapHostFunctionImpl(reinterpret_cast<void*>(func), conversion->trampoline, function_name); in DoCustomTrampolineWithThunk_vkGetDeviceProcAddr()
246 if (auto conversion = FindElementByName(function_map, function_name)) { in DoCustomTrampolineWithThunk_vkGetInstanceProcAddr() local
248 WrapHostFunctionImpl(reinterpret_cast<void*>(func), conversion->trampoline, function_name); in DoCustomTrampolineWithThunk_vkGetInstanceProcAddr()
368 if (auto conversion = FindElementByName(function_map, function_name)) { in RunGuest_vkGetDeviceProcAddr() local
372 host_result = bit_cast<PFN_vkVoidFunction>(conversion->wrapper(ToGuestAddr(guest_result))); in RunGuest_vkGetDeviceProcAddr()
385 if (auto conversion = FindElementByName(function_map, function_name)) { in RunGuest_vkGetInstanceProcAddr() local
[all …]
Dgen_vulkan.go752 …(commands map[string]cpp_types.Type, types map[string]cpp_types.Type) (conversion map[string]*Need…
753 conversion = make(map[string]*NeededConvertor)
755 conversion[name] = &NeededConvertor{
780 conversion[base_name].need_const_convertor = true
787 conversion[base_name].need_const_array_convertor = true
796 conversion[base_name].need_base_convertor = true
799 conversion[base_name].need_array_convertor = true
856 if (conversion[name].need_const_convertor || conversion[name].need_const_array_convertor) &&
857 !conversion[base_name].need_const_convertor {
861 conversion[base_name].need_const_convertor = true
[all …]
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraDeviceCallbacks.cpp65 using hardware::cameraservice::utils::conversion::convertToHidl; in onDeviceError()
86 using hardware::cameraservice::utils::conversion::convertToHidl; in onCaptureStarted()
107 hardware::cameraservice::utils::conversion::convertToHidl(rawMetadata, &metadata); in convertResultMetadataToHidl()
144 hardware::cameraservice::utils::conversion::convertToHidl(resultExtras); in processResultMessage()
148 using hardware::cameraservice::utils::conversion::aidl::filterVndkKeys; in processResultMessage()
159 hardware::cameraservice::utils::conversion::convertToHidl( in processResultMessage()
DHidlCameraDeviceUser.cpp37 using hardware::cameraservice::utils::conversion::aidl::filterVndkKeys;
38 using hardware::cameraservice::utils::conversion::convertToHidl;
39 using hardware::cameraservice::utils::conversion::convertFromHidl;
40 using hardware::cameraservice::utils::conversion::B2HStatus;
DHidlCameraService.cpp41 using hardware::cameraservice::utils::conversion::convertToHidl;
42 using hardware::cameraservice::utils::conversion::B2HStatus;
44 using hardware::cameraservice::utils::conversion::aidl::filterVndkKeys;
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraDeviceCallbacks.cpp38 using ::android::hardware::cameraservice::utils::conversion::aidl::convertToAidl;
39 using ::android::hardware::cameraservice::utils::conversion::aidl::filterVndkKeys;
75 using hardware::cameraservice::utils::conversion::aidl::convertToAidl; in onDeviceError()
90 using hardware::cameraservice::utils::conversion::aidl::convertToAidl; in onCaptureStarted()
108 hardware::cameraservice::utils::conversion::aidl::cloneToAidl(src, &metadata); in convertResultMetadataToAidl()
144 hardware::cameraservice::utils::conversion::aidl::convertToAidl(resultExtras); in processResultMessage()
DAidlCameraDeviceUser.cpp36 using ::android::hardware::cameraservice::utils::conversion::aidl::cloneFromAidl;
37 using ::android::hardware::cameraservice::utils::conversion::aidl::cloneToAidl;
38 using ::android::hardware::cameraservice::utils::conversion::aidl::convertFromAidl;
39 using ::android::hardware::cameraservice::utils::conversion::aidl::convertToAidl;
40 using ::android::hardware::cameraservice::utils::conversion::aidl::filterVndkKeys;
DAidlCameraService.cpp37 using ::android::hardware::cameraservice::utils::conversion::aidl::areBindersEqual;
38 using ::android::hardware::cameraservice::utils::conversion::aidl::cloneToAidl;
39 using ::android::hardware::cameraservice::utils::conversion::aidl::convertToAidl;
40 using ::android::hardware::cameraservice::utils::conversion::aidl::filterVndkKeys;
/frameworks/proto_logging/stats/atoms/display/
Ddisplay_atoms.proto46 * - The supported HDR conversion formats?
47 * - Has the user disabled the HDR conversion?
65 // The HDR conversion capabilities of the device
67 // Whether the user has disabled HDR conversion
69 // The format to which user chose to force HDR conversion.
/frameworks/rs/toolkit/test/
DIntrinsicColorMatrix.kt34 conversion: Tester.ColorMatrixConversionType, in intrinsicColorMatrix()
68 when (conversion) { in intrinsicColorMatrix()
112 conversion: Tester.ColorMatrixConversionType, in intrinsicColorMatrix()
124 when (conversion) { in intrinsicColorMatrix()
DAllTests.kt304 return ColorMatrixConversionType.values().all { conversion -> in <lambda>() method
305 testOneBitmapColorMatrix(timer, testImage1, conversion, null) and in <lambda>()
309 conversion, in <lambda>()
321 conversion, in <lambda>()
337 conversion: ColorMatrixConversionType, in <lambda>()
342 val matrix = when (conversion) { in <lambda>()
352 conversion, in <lambda>()
400 conversion: ColorMatrixConversionType, in <lambda>()
404 val matrix = when (conversion) { in <lambda>()
413 renderscriptContext, conversion, bitmap, matrix, addVector, restriction in <lambda>()
/frameworks/av/media/audioaidlconversion/
DAndroid.bp109 * Only AIDL CPP backend conversion supported.
131 * Only AIDL NDK backend conversion supported.
164 * Only including AIDL core HAL conversion.
195 * Only including AIDL effect HAL conversion.
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
DAndroid.bp28 "-Wno-float-conversion",
33 "-Wno-sign-conversion",
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt114 color space conversion must be performed at some point because most video
116 distinguished by the point at which this color space conversion is
119 One approach involves performing the color space conversion as part of the
125 space conversion when rendering the frame as well as a YUV -> RGB
126 conversion when compositing the window.
128 The other approach involves performing the color space conversion in the
/frameworks/native/services/surfaceflinger/layerproto/
DAndroid.bp46 "-Wno-float-conversion",
49 "-Wno-sign-conversion",
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp33 "-Wno-float-conversion",
38 "-Wno-sign-conversion",
/frameworks/base/media/mca/filterpacks/
DAndroid.bp63 // Bug: http://b/29823425 Disable constant-conversion warning triggered in
65 "-Wno-constant-conversion",
/frameworks/rs/tests/java_api/RsTest_16/
DAndroid.bp26 // For the Android.mk to Android.bp conversion, it is recommend to run the build before and after
27 // the conversion, to make sure the value of the '-target-api' option to be the same.
/frameworks/rs/tests/java_api/RsTest_11/
DAndroid.bp26 // For the Android.mk to Android.bp conversion, it is recommend to run the build before and after
27 // the conversion, to make sure the value of the '-target-api' option to be the same.
/frameworks/rs/tests/java_api/Balls/
DAndroid.bp26 // For the Android.mk to Android.bp conversion, it is recommend to run the build before and after
27 // the conversion, to make sure the value of the '-target-api' option to be the same.
/frameworks/rs/tests/java_api/RsTest_14/
DAndroid.bp26 // For the Android.mk to Android.bp conversion, it is recommend to run the build before and after
27 // the conversion, to make sure the value of the '-target-api' option to be the same.
/frameworks/base/core/res/geoid_map_assets/
DREADME.md4 [^1] Julian, Brian, and Angermann, Michael. "Resource efficient and accurate altitude conversion to
/frameworks/base/core/java/android/appwidget/
Dflags.aconfig15 description: "Enable adapter conversion to RemoteCollectionItemsAdapter"

123