Home
last modified time | relevance | path

Searched refs:emplace (Results 1 – 25 of 155) sorted by relevance

1234567

/frameworks/av/media/codec2/vndk/
DC2Store.cpp917 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore() local
918 mComponents.emplace(libPath, libPath); in C2PlatformComponentStore()
922 emplace("libcodec2_soft_aacdec.so"); in C2PlatformComponentStore()
923 emplace("libcodec2_soft_aacenc.so"); in C2PlatformComponentStore()
924 emplace("libcodec2_soft_amrnbdec.so"); in C2PlatformComponentStore()
925 emplace("libcodec2_soft_amrnbenc.so"); in C2PlatformComponentStore()
926 emplace("libcodec2_soft_amrwbdec.so"); in C2PlatformComponentStore()
927 emplace("libcodec2_soft_amrwbenc.so"); in C2PlatformComponentStore()
929 emplace("libcodec2_soft_av1dec_gav1.so"); in C2PlatformComponentStore()
930 emplace("libcodec2_soft_avcdec.so"); in C2PlatformComponentStore()
[all …]
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp150 msg.emplace("int.value", int32_t(12)); in TEST_F()
151 msg.emplace("vendor.long.value", int64_t(34)); in TEST_F()
197 msg.emplace("string.value", AString("56")); in TEST_F()
198 msg.emplace("flex-string.value", AString("Some string")); in TEST_F()
252 msg.emplace("composite.i32", int32_t(78)); in TEST_F()
253 msg.emplace("composite.u64", int64_t(910)); in TEST_F()
254 msg.emplace("composite.str", AString("1112")); in TEST_F()
255 msg.emplace("composite.blob", ABuffer::CreateAsCopy("buffer08", 8)); in TEST_F()
256 msg.emplace("composite.flex-blob", ABuffer::CreateAsCopy("flex-buffer-14", 14)); in TEST_F()
295 msg.emplace("composite.blob", ABuffer::CreateAsCopy("buf05", 5)); in TEST_F()
[all …]
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp89 mPendingCaptureResults.emplace(frameNumber, CameraMetadata()); in onBufferRequestForFrameNumber()
96 mFrameNumberMap.emplace(bufferInfo.mFrameNumber, bufferInfo.mTimestamp); in onBufferReleased()
126 mCaptureResults.emplace(ts, std::make_tuple(frameNumber, it->second)); in onResultAvailable()
149 mErrorFrameNumbers.emplace(frameNumber); in flagAnErrorFrameNumber()
/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp68 mBuffer.emplace(std::move(entry)); in addTraceToBuffer()
103 void SurfaceTracing::LayersTraceBuffer::emplace(LayersTraceProto&& proto) { in emplace() function in android::SurfaceTracing::LayersTraceBuffer
113 mStorage.emplace(); in emplace()
DSurfaceTracing.h81 void emplace(LayersTraceProto&& proto);
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAData.h100 inline static void NO_CFI emplace(size_t totalSize, T *addr, Args&&... args) { in emplace() function
123 HIDE inline void _AUnion_impl::emplace<void>(size_t totalSize, void *addr) {
167 inline void NO_CFI emplace(Args&&... args) { in emplace() function
168 _AUnion_impl::emplace( in emplace()
463 dst.template emplace<T>(src.template get<T>());
501 dst.template emplace<T>(std::move(src.template get<T>()));
514 dst.template emplace<T>(src.template get<T>());
926 this->get().template emplace<B>(data);
957 this->get().template emplace<B>(std::forward<T&&>(data));
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp180 mMap.emplace(fieldName, FieldDesc { in addParamStructDesc()
207 mParamNames.emplace(desc->index(), paramName); in addParamDesc()
213 mMap.emplace(paramName, FieldDesc{ desc, nullptr, 0 /* offset */ }); in addParamDesc()
222 mWholeParams.emplace(name, index); in supportWholeParam()
510 ret.emplace(name, value); in getParams()
575 ret.emplace(name, value); in getParams()
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp105 cache.emplace(shaderKey, generateProgram(shaderKey)); in primeCache()
126 cache.emplace(shaderKey, generateProgram(shaderKey)); in primeCache()
150 cache.emplace(shaderKey, generateProgram(shaderKey)); in primeCache()
783 it = cache.emplace(needs, generateProgram(needs)).first; in useProgram()
DGLExtensions.cpp43 mExtensions.emplace(curr, len); in ExtensionSet()
/frameworks/av/camera/ndk/ndk_vendor/tests/
DACameraManagerTest.cpp84 thiz->mUnavailablePhysicalCameras.emplace(cameraId, physicalCameraId); in onPhysicalCameraUnavailable()
218 physicalCameraIdPairs.emplace(cameraId, physicalCameraIds[j]); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/utils/
DCallbackUtils.h67 mExpectedSurfaceResults.emplace(std::piecewise_construct, std::forward_as_tuple(layer),
166 helper->mCallbackDataQueue.emplace(latchTime, presentFence, stats); in function()
/frameworks/base/services/core/jni/stats/
DSubsystemSleepStatePuller.cpp123 gEntityNames.emplace(info.powerEntityId, info.powerEntityName); in initializePowerStats()
140 stateNames.emplace(state.powerEntityStateId, in initializePowerStats()
143 gStateNames.emplace(stateSpace.powerEntityId, stateNames); in initializePowerStats()
/frameworks/ml/nn/common/
DGraphDump.cpp152 modelIO.emplace(model.main.inputIndexes[i], i); in graphDump()
155 modelIO.emplace(model.main.outputIndexes[i], i); in graphDump()
/frameworks/av/media/libmediatranscoding/include/media/
DAdjustableMaxPriorityQueue.h78 bool emplace(Args&&... args);
146 bool AdjustableMaxPriorityQueue<T, Comparator>::emplace(Args&&... args) { in emplace() function
/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp60 other.mService.emplace<0>();
/frameworks/av/media/libstagefright/foundation/tests/
DAData_test.cpp55 u.emplace<int>(4); in TEST_F()
60 u.emplace<const char *>("hello"); in TEST_F()
66 u.emplace<void>(); in TEST_F()
69 u.emplace<int>(~0); in TEST_F()
72 u.emplace<char>(0x15); in TEST_F()
81 d.emplace<EventCounter>(&destructions); in TEST_F()
86 d.emplace<EventCounter *>(ctr); in TEST_F()
94 md.emplace<std::shared_ptr<EventCounter>>(new EventCounter(&destructions)); in TEST_F()
105 md.emplace<std::unique_ptr<EventCounter>>(new EventCounter(&destructions)); in TEST_F()
114 md.emplace<std::unique_ptr<EventCounter>>(std::move(unique)); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_manager.cpp30 channels_.emplace( in CreateHandle()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp154 mLayers.emplace(layerId, std::move(layer)); in createLayer()
273 outTypes->emplace(layer, type); in getChangedCompositionTypes()
375 outLayerRequests->emplace(layer, layerRequest); in getRequests()
462 releaseFences.emplace(layer, fence); in getReleaseFences()
585 mDisplayCapabilities.emplace(static_cast<DisplayCapability>(capability)); in setPowerMode()
589 mDisplayCapabilities.emplace(DisplayCapability::SKIP_CLIENT_COLOR_TRANSFORM); in setPowerMode()
594 mDisplayCapabilities.emplace(DisplayCapability::DOZE); in setPowerMode()
716 mConfigs.emplace(configId, std::move(config)); in loadConfig()
/frameworks/base/media/jni/soundpool/
DStreamManager.cpp232 mProcessingStreams.emplace(newStream); in queueForPlay()
335 mRestartStreams.emplace(stream->getStopTimeNs(), stream); in addToRestartQueue_l()
375 mProcessingStreams.emplace(stream); in run()
DSoundManager.cpp59 mSounds.emplace(soundID, sound); in load()
/frameworks/ml/nn/runtime/test/fuzzing/
DOperationManager.cpp65 mOperationSignatures.emplace(name, signature); in addSignature()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp84 mTrackedBufferCache.emplace(bufferId); in _registerFrameData()
85 bufferIds.emplace(bufferId); in _registerFrameData()
101 mDeathNotifications.emplace( in _registerFrameData()
/frameworks/native/services/surfaceflinger/tests/unittests/
DAsyncCallRecorder.h120 result.emplace(std::move(mCalls.front()));
/frameworks/av/media/libnblog/
DMerger.cpp100 timestamps.emplace(abstractEntry->timestamp(), i); in merge()
113 timestamps.emplace(ts, index); in merge()
/frameworks/av/services/mediametrics/
DTimedAction.h49 mMap.emplace(targetTime, std::move(f)); in postAt()

1234567