/frameworks/av/media/libmedia/include/media/ |
D | convert.h | 54 static inline bool convertTo(const srcType &input, dstType &result); 202 if (not convertTo(*it, dstElem)) { 214 static inline bool convertTo(const srcType &input, dstType &result) 234 inline bool convertTo<std::string, int16_t>(const std::string &str, int16_t &result) 238 if (!convertTo<std::string, int64_t>(str, res)) { 266 inline bool convertTo<std::string, float>(const std::string &str, float &result) 296 inline bool convertTo<std::string, double>(const std::string &str, double &result) 328 inline bool convertTo<std::string, bool>(const std::string &str, bool &result) 356 inline bool convertTo<bool, std::string>(const bool &isSet, std::string &result) 375 inline bool convertTo<std::string, std::string>(const std::string &str, std::string &result)
|
D | OMXFenceParcelable.h | 33 bool convertTo(::android::OMXFenceParcelable* l, 39 bool convertTo(::android::OMXFenceParcelable* l, 65 convertTo)(OMXFenceParcelable* l, 71 convertTo)(OMXFenceParcelable* l,
|
D | OMXBuffer.h | 36 inline bool convertTo(::android::OMXBuffer* l, 42 inline bool convertTo(::android::OMXBuffer* l, 101 convertTo)(OMXBuffer* l, 107 convertTo)(OMXBuffer* l,
|
/frameworks/av/include/media/ |
D | convert.h | 54 static inline bool convertTo(const srcType &input, dstType &result); 202 if (not convertTo(*it, dstElem)) { 214 static inline bool convertTo(const srcType &input, dstType &result) 234 inline bool convertTo<std::string, int16_t>(const std::string &str, int16_t &result) 238 if (!convertTo<std::string, int64_t>(str, res)) { 266 inline bool convertTo<std::string, float>(const std::string &str, float &result) 296 inline bool convertTo<std::string, double>(const std::string &str, double &result) 328 inline bool convertTo<std::string, bool>(const std::string &str, bool &result) 356 inline bool convertTo<bool, std::string>(const bool &isSet, std::string &result) 375 inline bool convertTo<std::string, std::string>(const std::string &str, std::string &result)
|
D | OMXFenceParcelable.h | 33 bool convertTo(::android::OMXFenceParcelable* l, 39 bool convertTo(::android::OMXFenceParcelable* l, 65 convertTo)(OMXFenceParcelable* l, 71 convertTo)(OMXFenceParcelable* l,
|
D | OMXBuffer.h | 36 inline bool convertTo(::android::OMXBuffer* l, 42 inline bool convertTo(::android::OMXBuffer* l, 101 convertTo)(OMXBuffer* l, 107 convertTo)(OMXBuffer* l,
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | ArrayUtils.java | 78 List<String> list, String[] convertFrom, int[] convertTo) { in convertStringListToIntArray() argument 83 List<Integer> convertedList = convertStringListToIntList(list, convertFrom, convertTo); in convertStringListToIntArray() 108 List<String> list, String[] convertFrom, int[] convertTo) { in convertStringListToIntList() argument 125 if (strIndex < convertTo.length) { in convertStringListToIntList() 126 convertedList.add(convertTo[strIndex]); in convertStringListToIntList()
|
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 213 bool convertTo(GraphicBuffer* l, AnwBuffer const& t); 365 bool convertTo(Fence* l, hidl_handle const& t); 563 bool convertTo( 604 bool convertTo(Region* t, ::android::Region const& l); 613 bool convertTo(::android::Region* l, Region const& t); 700 bool convertTo( 738 bool convertTo(
|
D | WGraphicBufferProducer.h | 173 if (!::android::conversion::convertTo(lBuffer.get(), buffer)) { in attachBuffer() 194 if (!::android::conversion::convertTo(&lInput, input)) { in queueBuffer() 223 if (!::android::conversion::convertTo(lFence.get(), fence)) { in cancelBuffer()
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
D | H2BGraphicBufferProducer.cpp | 151 inline bool convertTo(GraphicBuffer* l, AnwBuffer const& t) { in convertTo() function 353 inline bool convertTo(Fence* l, hidl_handle const& t) { in convertTo() function 872 inline bool convertTo( in convertTo() function 939 inline bool convertTo( in convertTo() function 942 if (!convertTo(&(l->frameTimestamps), t.frameTimestamps)) { in convertTo() 981 if (!convertTo(buf->get(), buffer)) { in requestBuffer() 1015 if (!convertTo(fence->get(), tFence)) { in dequeueBuffer() 1020 if (outTimestamps && !convertTo(outTimestamps, tTs)) { in dequeueBuffer() 1048 if (!convertTo(outFence->get(), tFence)) { in detachNextBuffer() 1053 if (!convertTo(outBuffer->get(), tBuffer)) { in detachNextBuffer() [all …]
|
D | Conversion.cpp | 217 bool convertTo(GraphicBuffer* l, AnwBuffer const& t) { in convertTo() function 491 bool convertTo(Fence* l, hidl_handle const& t) { in convertTo() function 1015 bool convertTo( in convertTo() function 1139 bool convertTo(Region* t, ::android::Region const& l) { in convertTo() function 1169 bool convertTo(::android::Region* l, Region const& t) { in convertTo() function 1401 bool convertTo( in convertTo() function 1489 bool convertTo( in convertTo() function 1492 if (!convertTo(&(l->frameTimestamps), t.frameTimestamps)) { in convertTo()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | Serializer.cpp | 42 using utilities::convertTo; 348 if (!minValueMBLiteral.empty() && convertTo(minValueMBLiteral, minValueMB)) { in deserialize() 354 if (!maxValueMBLiteral.empty() && convertTo(maxValueMBLiteral, maxValueMB)) { in deserialize() 360 if (!defaultValueMBLiteral.empty() && convertTo(defaultValueMBLiteral, defaultValueMB)) { in deserialize() 366 if (!stepValueMBLiteral.empty() && convertTo(stepValueMBLiteral, stepValueMB)) { in deserialize() 372 if (!minRampMsLiteral.empty() && convertTo(minRampMsLiteral, minRampMs)) { in deserialize() 378 if (!maxRampMsLiteral.empty() && convertTo(maxRampMsLiteral, maxRampMs)) { in deserialize() 383 if (!useForVolumeLiteral.empty() && convertTo(useForVolumeLiteral, useForVolume)) { in deserialize() 457 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize() 461 convertTo(maxActiveCount, mixPort->maxActiveCount); in deserialize() [all …]
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | Conversion.h | 286 inline bool convertTo(omx_message* l, Message const& t) { in convertTo() function 347 inline bool convertTo(OMXFenceParcelable* l, hidl_handle const& t) { in convertTo() function 487 inline bool convertTo(OMXBuffer* l, CodecBuffer const& t) { in convertTo() function 512 if (!::android::hardware::media::omx::V1_0::utils::convertTo( in convertTo() 535 inline bool convertTo(IOmx::ComponentInfo* t, IOMX::ComponentInfo const& l) { in convertTo() function 552 inline bool convertTo(IOMX::ComponentInfo* l, IOmx::ComponentInfo const& t) { in convertTo() function
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | Conversion.h | 428 inline bool convertTo(omx_message* l, Message const& t) { in convertTo() function 489 inline bool convertTo(OMXFenceParcelable* l, hidl_handle const& t) { in convertTo() function 627 inline bool convertTo(GraphicBuffer* l, AnwBuffer const& t) { in convertTo() function 747 inline bool convertTo(OMXBuffer* l, CodecBuffer const& t) { in convertTo() function 777 if (!convertTo(graphicBuffer.get(), anwBuffer)) { in convertTo() 799 inline bool convertTo(IOmx::ComponentInfo* t, IOMX::ComponentInfo const& l) { in convertTo() function 816 inline bool convertTo(IOMX::ComponentInfo* l, IOmx::ComponentInfo const& t) { in convertTo() function
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 364 if (!convertTo(&omxBuffer, codecBuffer)) { in useBuffer() 382 if (!convertTo(&omxBuffer, codecBuffer)) { in fillBuffer() 395 if (!convertTo(&omxBuffer, codecBuffer)) { in emptyBuffer() 418 if (!convertTo(&lMsg, tMsg)) { in dispatchMessage()
|
D | WOmxObserver.cpp | 66 convertTo(&lMessages.back(), tMessages[i]); in onMessages()
|
D | WOmxBufferSource.cpp | 97 if (!convertTo(&fenceParcelable, fence)) { in onInputBufferEmptied()
|
D | WOmx.cpp | 51 convertTo(&*newInfo, nodeList[i]); in listNodes()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 367 if (!convertTo(&omxBuffer, codecBuffer)) { in useBuffer() 385 if (!convertTo(&omxBuffer, codecBuffer)) { in fillBuffer() 398 if (!convertTo(&omxBuffer, codecBuffer)) { in emptyBuffer() 421 if (!convertTo(&lMsg, tMsg)) { in dispatchMessage()
|
D | WOmxObserver.cpp | 66 convertTo(&lMessages.back(), tMessages[i]); in onMessages()
|
D | WOmxBufferSource.cpp | 97 if (!convertTo(&fenceParcelable, fence)) { in onInputBufferEmptied()
|
D | Omx.cpp | 78 convertTo(&(tList[i++]), info); in listNodes()
|
/frameworks/av/services/audiopolicy/engine/config/src/ |
D | EngineConfig.cpp | 40 using utilities::convertTo; 344 if (!convertTo(numericalTag, numerical)) { in deserialize() 485 if (!convertTo(indexMinLiteral, indexMin)) { in deserialize() 495 if (!convertTo(indexMaxLiteral, indexMax)) { in deserialize()
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.cpp | 1137 T_ReturnType convertTo(Operand operand); 1139 V1_0::Operand convertTo<V1_0::Operand>(Operand operand) { in convertTo() function 1287 extend(&slicedOperands, convertTo<SlicedOperand>(origOperand)) in initializeSlice() 1352 extend(&mSlicedOperands, convertTo<SlicedOperand>(operand)).first; in initializeSlice() 1487 slicedOperand = convertTo<SlicedOperand>(origOperand); in initializeSlice()
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
D | ParameterManagerWrapper.cpp | 60 using utilities::convertTo;
|