Home
last modified time | relevance | path

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

12

/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.h72 ::android::conversion::wrapAs(&anwBuffer, *buf); in requestBuffer()
102 if ((fence == nullptr) || !::android::conversion::wrapAs(&tFence, &nh, *fence)) { in dequeueBuffer()
112 … if (getFrameTimestamps && !::android::conversion::wrapAs(&tOutTimestamps, &nhAA, outTimestamps)) { in dequeueBuffer()
155 ::android::conversion::wrapAs(&tBuffer, *outBuffer); in detachNextBuffer()
157 if ((outFence != nullptr) && !::android::conversion::wrapAs(&tFence, &nh, *outFence)) { in detachNextBuffer()
172 if (!::android::conversion::convertTo(lBuffer.get(), buffer)) { in attachBuffer()
193 if (!::android::conversion::convertTo(&lInput, input)) { in queueBuffer()
204 if (!::android::conversion::wrapAs(&tOutput, &nhAA, lOutput)) { in queueBuffer()
222 if (!::android::conversion::convertTo(lFence.get(), fence)) { in cancelBuffer()
250 if (!::android::conversion::wrapAs(&tOutput, &nhAA, lOutput)) { in connect()
[all …]
DConversion.h35 namespace conversion {
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp13 "-Wno-float-conversion",
16 "-Wno-sign-conversion",
58 "-Wno-float-conversion",
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraDeviceCallbacks.cpp64 using hardware::cameraservice::utils::conversion::convertToHidl; in onDeviceError()
85 using hardware::cameraservice::utils::conversion::convertToHidl; in onCaptureStarted()
106 hardware::cameraservice::utils::conversion::convertToHidl(rawMetadata, &metadata); in convertResultMetadataToHidl()
143 hardware::cameraservice::utils::conversion::convertToHidl(resultExtras); in processResultMessage()
152 hardware::cameraservice::utils::conversion::convertToHidl( in processResultMessage()
DHidlCameraDeviceUser.cpp34 using hardware::cameraservice::utils::conversion::convertToHidl;
35 using hardware::cameraservice::utils::conversion::convertFromHidl;
36 using hardware::cameraservice::utils::conversion::B2HStatus;
DAidlCameraServiceListener.cpp27 using hardware::cameraservice::utils::conversion::convertToHidlCameraDeviceStatus;
DHidlCameraService.cpp36 using hardware::cameraservice::utils::conversion::convertToHidl;
37 using hardware::cameraservice::utils::conversion::B2HStatus;
DConvert.h40 namespace conversion {
DConvert.cpp26 namespace conversion { namespace
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp23 "-Wno-float-conversion",
28 "-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.bp28 "-Wno-float-conversion",
31 "-Wno-sign-conversion",
/frameworks/base/media/mca/filterpacks/
DAndroid.bp54 // Bug: http://b/29823425 Disable constant-conversion warning triggered in
56 "-Wno-constant-conversion",
/frameworks/ex/framesequence/jni/
DAndroid.bp22 // conversion because FRAMESEQUENCE_INCLUDE_WEBP is never set:
/frameworks/base/wifi/java/android/net/wifi/migration_samples/
DREADME.txt3 formats into the AOSP format. The conversion logic needs to be written in
/frameworks/rs/script_api/
Drs_convert.spec34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
/frameworks/base/libs/hwui/
DAndroid.bp186 cppflags: ["-Wno-conversion-null"],
251 cppflags: ["-Wno-conversion-null"],
/frameworks/rs/
DAndroid.bp79 // undefined reference to half-conversion routines (__gnu_h2f_ieee,
/frameworks/base/core/jni/
DAndroid.bp23 cppflags: ["-Wno-conversion-null"],
/frameworks/base/
DStubLibraries.bp19 // The metalava conversion is done by droidstub modules *-api-stubs-docs.
21 // The metalava conversion is also responsible for creating API signature files
DApiDocs.bp19 // The metalava conversion is done by droidstub modules framework-doc-*-stubs.
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop145 # Some hardware can do RGB->YUV conversion more efficiently in hardware
147 # This instruct VirtualDisplaySurface to use HWC for such conversion on
/frameworks/ml/nn/tools/test_generator/
DREADME.md125 …be explicitly specified. It is the spec writer's responsibility to ensure such conversion is valid.
/frameworks/native/libs/gui/bufferqueue/1.0/
DConversion.cpp20 namespace conversion { namespace

12