Home
last modified time | relevance | path

Searched defs:pl (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp62 Mutex::Autolock pl(mPendingLock); in addComponent() local
80 Mutex::Autolock pl(mPendingLock); in removeComponent() local
178 Mutex::Autolock pl(mPendingLock); in threadLoop() local
200 Mutex::Autolock pl(mPendingLock); in threadLoop() local
257 Mutex::Autolock pl(mPendingLock); in threadLoop() local
DCamera3Device.cpp4434 Mutex::Autolock pl(mPauseLock); in signalPipelineDrain() local
4445 Mutex::Autolock pl(mPauseLock); in resetPipelineDrain() local
4717 Mutex::Autolock pl(mPauseLock); in waitForNextRequestLocked() local
4760 Mutex::Autolock pl(mPauseLock); in waitForNextRequestLocked() local
/frameworks/av/media/libmedia/
DCodecCapabilities.cpp181 for (ProfileLevel pl : mProfileLevels) { in isFormatSupported() local
245 for (ProfileLevel pl: mProfileLevels) { in supportsProfileLevel() local
357 ProfileLevel pl; in CreateFromProfileLevel() local
DEncoderCapabilities.cpp129 [&profile](ProfileLevel pl){ return pl.mProfile == profile.value(); }); in supports()
DMediaCodecInfo.cpp374 for (ProfileLevel pl : profileLevels_) { in BuildCodecCapabilities() local
/frameworks/base/core/java/android/preference/
DPreferenceGroupAdapter.java196 PreferenceLayout pl = in != null? in : new PreferenceLayout(); in createPreferenceLayout() local
204 final PreferenceLayout pl = createPreferenceLayout(preference, null); in addPreferenceClassName() local
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDump.cpp166 for (int pl = 1; pl <= 2; pl++) { in writeDav1dOutYuvFile() local
/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp277 for(XAuint32 pl = 0 ; pl < nbCombinations ; pl++) { in TestVideoDecoderCapabilities() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java400 final float pl = mFrame.left + (mFrame.width() - pw) / 2; in draw() local
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp113 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in addSupportedProfileLevels() local
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp715 C2StreamProfileLevelInfo::input *pl = in TEST_P() local
/frameworks/av/cmds/stagefright/
Dstagefright.cpp750 for (const MediaCodecInfo::ProfileLevel &pl : profileLevels) { in dumpCodecDetails() local
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp1092 sp<BufferDiscardedListener> pl(new BufferDiscardedListener); in TEST_F() local
1244 sp<BufferDetachedListener> pl(new BufferDetachedListener); in TEST_F() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1333 CodecProfileLevel pl = new CodecProfileLevel(); in createFromProfileLevel() local
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp374 for (const MediaCodecInfo::ProfileLevel &pl : profileLevels) { in dumpCodecDetails() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java401 sTable.add(new MccEntry(260, "pl", 2)); // Poland (Republic of) in sTable.add()