/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 83 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in addSupportedProfileLevels() local 85 C2FieldSupportedValuesQuery::Possible(C2ParamField(&pl, &pl.profile)) in addSupportedProfileLevels() 124 pl.profile = (C2Config::profile_t)profile.ref<uint32_t>(); in addSupportedProfileLevels() 126 err = intf->config({&pl}, C2_DONT_BLOCK, &failures); in addSupportedProfileLevels() 127 ALOGV("set profile to %u -> %s", pl.profile, asString(err)); in addSupportedProfileLevels() 129 C2FieldSupportedValuesQuery::Current(C2ParamField(&pl, &pl.level)) in addSupportedProfileLevels() 140 pl.level = (C2Config::level_t)level.ref<uint32_t>(); in addSupportedProfileLevels() 141 ALOGV("supporting level: %u", pl.level); in addSupportedProfileLevels() 143 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels() 144 && mapper->mapLevel(pl.level, &sdkLevel)) { in addSupportedProfileLevels() [all …]
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceGroupAdapter.java | 196 PreferenceLayout pl = in != null? in : new PreferenceLayout(); in createPreferenceLayout() local 197 pl.name = preference.getClass().getName(); in createPreferenceLayout() 198 pl.resId = preference.getLayoutResource(); in createPreferenceLayout() 199 pl.widgetResId = preference.getWidgetLayoutResource(); in createPreferenceLayout() 200 return pl; in createPreferenceLayout() 204 final PreferenceLayout pl = createPreferenceLayout(preference, null); in addPreferenceClassName() local 205 int insertPos = Collections.binarySearch(mPreferenceLayouts, pl); in addPreferenceClassName() 211 mPreferenceLayouts.add(insertPos, pl); in addPreferenceClassName()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 734 for (const MediaCodecInfo::ProfileLevel &pl : profileLevels) { in dumpCodecDetails() local 736 … mediaType.equalsIgnoreCase(MIMETYPE_AUDIO_AAC) ? asString_AACObject(pl.mProfile) : in dumpCodecDetails() 737 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_MPEG2) ? asString_MPEG2Profile(pl.mProfile) : in dumpCodecDetails() 738 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_H263) ? asString_H263Profile(pl.mProfile) : in dumpCodecDetails() 739 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_MPEG4) ? asString_MPEG4Profile(pl.mProfile) : in dumpCodecDetails() 740 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_AVC) ? asString_AVCProfile(pl.mProfile) : in dumpCodecDetails() 741 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_VP8) ? asString_VP8Profile(pl.mProfile) : in dumpCodecDetails() 742 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_HEVC) ? asString_HEVCProfile(pl.mProfile) : in dumpCodecDetails() 743 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_VP9) ? asString_VP9Profile(pl.mProfile) : in dumpCodecDetails() 744 … mediaType.equalsIgnoreCase(MIMETYPE_VIDEO_AV1) ? asString_AV1Profile(pl.mProfile) :"??"; in dumpCodecDetails() [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 57 Mutex::Autolock pl(mPendingLock); in addComponent() local 74 Mutex::Autolock pl(mPendingLock); in removeComponent() local 140 Mutex::Autolock pl(mPendingLock); in threadLoop() local 161 Mutex::Autolock pl(mPendingLock); in threadLoop() local
|
D | Camera3Device.cpp | 5877 Mutex::Autolock pl(mPauseLock); in signalPipelineDrain() local 6060 Mutex::Autolock pl(mPauseLock); in waitForNextRequestLocked() local 6102 Mutex::Autolock pl(mPauseLock); in waitForNextRequestLocked() local
|
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 277 for(XAuint32 pl = 0 ; pl < nbCombinations ; pl++) { in TestVideoDecoderCapabilities() local 280 res = (*decItf)->GetVideoDecoderCapabilities(decItf, decoder, &pl, &decDescriptor); in TestVideoDecoderCapabilities()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 754 for (CodecProfileLevel pl : profileLevels) { in isFormatSupported() 755 if (pl.profile == profile && pl.level > maxLevel) { in isFormatSupported() 756 maxLevel = pl.level; in isFormatSupported() 802 for (CodecProfileLevel pl: profileLevels) { in supportsProfileLevel() 803 if (pl.profile != profile) { in supportsProfileLevel() 815 if (pl.level != level && pl.level == CodecProfileLevel.H263Level45 in supportsProfileLevel() 824 if (pl.level != level && pl.level == CodecProfileLevel.MPEG4Level1 in supportsProfileLevel() 833 (pl.level & CodecProfileLevel.HEVCHighTierLevels) != 0; in supportsProfileLevel() 841 if (pl.level >= level) { in supportsProfileLevel() 844 if (createFromProfileLevel(mMime, profile, pl.level) != null) { in supportsProfileLevel() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BatteryMeterDrawableBase.java | 399 final float pl = mFrame.left + (mFrame.width() - pw) / 2; in draw() local 403 if (mPlusFrame.left != pl || mPlusFrame.top != pt in draw() 405 mPlusFrame.set(pl, pt, pr, pb); in draw()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 56 config.test_bcc_debuginfo = inferTool(lit, 'test_bcc_debuginfo.pl', \
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 1024 sp<BufferDiscardedListener> pl(new BufferDiscardedListener); in TEST_F() local 1025 ASSERT_EQ(OK, mProducer->connect(pl, in TEST_F() 1075 auto buffersDiscarded = pl->getDiscardedSlots(); in TEST_F()
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 60 ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl gnu-oids.texi
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rscript | 5 // This test case was created by ./gen-result.pl.
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | reduce_general_accumulator.rscript | 5 // This test case was created by ./gen-accumulator.pl.
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 34 …���MΞx;bM��0�"�|�M��0\Ur�|�����t�T��_[�|K'��ȐøٮK����`%��rTtN�8@�pl�[a��=4�f�R���婰za�…
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | reduce_general_input.rscript | 5 // This test case was created by ./gen-input.pl.
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | reduce_general_inputs.rscript | 5 // This test case was created by ./gen-inputs.pl.
|