Home
last modified time | relevance | path

Searched refs:convertTo (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libmedia/include/media/
Dconvert.h54 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)
DOMXFenceParcelable.h33 bool convertTo(::android::OMXFenceParcelable* l,
39 bool convertTo(::android::OMXFenceParcelable* l,
65 convertTo)(OMXFenceParcelable* l,
71 convertTo)(OMXFenceParcelable* l,
DOMXBuffer.h36 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/
Dconvert.h54 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)
DOMXFenceParcelable.h33 bool convertTo(::android::OMXFenceParcelable* l,
39 bool convertTo(::android::OMXFenceParcelable* l,
65 convertTo)(OMXFenceParcelable* l,
71 convertTo)(OMXFenceParcelable* l,
DOMXBuffer.h36 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/
DArrayUtils.java78 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/
DConversion.h213 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(
DWGraphicBufferProducer.h173 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/
DH2BGraphicBufferProducer.cpp151 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 …]
DConversion.cpp217 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/
DSerializer.cpp42 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/
DConversion.h286 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/
DConversion.h428 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/
DWOmxNode.cpp364 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()
DWOmxObserver.cpp66 convertTo(&lMessages.back(), tMessages[i]); in onMessages()
DWOmxBufferSource.cpp97 if (!convertTo(&fenceParcelable, fence)) { in onInputBufferEmptied()
DWOmx.cpp51 convertTo(&*newInfo, nodeList[i]); in listNodes()
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp367 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()
DWOmxObserver.cpp66 convertTo(&lMessages.back(), tMessages[i]); in onMessages()
DWOmxBufferSource.cpp97 if (!convertTo(&fenceParcelable, fence)) { in onInputBufferEmptied()
DOmx.cpp78 convertTo(&(tList[i++]), info); in listNodes()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp40 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/
DExecutionPlan.cpp1137 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/
DParameterManagerWrapper.cpp60 using utilities::convertTo;

12