Home
last modified time | relevance | path

Searched refs:needs (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp162 Key needs; in computeKey() local
163 needs.set(Key::TEXTURE_MASK, in computeKey()
186 needs.set(Key::Y410_BT2020_MASK, in computeKey()
189 if (needs.hasTransformMatrix() || in computeKey()
194 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_LINEAR); in computeKey()
197 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey()
200 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_ST2084); in computeKey()
203 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_HLG); in computeKey()
210 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_LINEAR); in computeKey()
213 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_SRGB); in computeKey()
[all …]
DProgramCache.h201 static void generateEOTF(Formatter& fs, const Key& needs);
203 static void generateToneMappingProcess(Formatter& fs, const Key& needs);
205 static void generateOOTF(Formatter& fs, const Key& needs);
207 static void generateOETF(Formatter& fs, const Key& needs);
209 static std::unique_ptr<Program> generateProgram(const Key& needs);
211 static String8 generateVertexShader(const Key& needs);
213 static String8 generateFragmentShader(const Key& needs);
DProgram.h56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
/frameworks/base/packages/CtsShim/build/
DAndroid.bp22 // this needs to be a privileged application
54 // this needs to be a privileged application
90 // this needs to be a privileged application
/frameworks/base/core/proto/android/os/
Dmessage.proto33 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values.
35 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values.
/frameworks/base/wifi/java/android/net/wifi/migration_samples/
DREADME.txt3 formats into the AOSP format. The conversion logic needs to be written in
4 WifiMigration.java class, i.e each OEM needs to modify
/frameworks/base/apex/jobscheduler/service/
DAndroid.bp2 // service-jobscheduler needs to be added to PRODUCT_SYSTEM_SERVER_JARS.
/frameworks/native/services/vr/hardware_composer/
DAndroid.bp106 // NOTE: This needs to be included after the *-impl lib otherwise the
139 // NOTE: This needs to be included after the *-impl lib otherwise the
/frameworks/base/packages/SystemUI/docs/
Ddagger.md58 object you need injected. The subcomponent also needs to be added to
107 If you have an interface class and an implementation class, dagger needs to know
146 whenever your fragment needs to be created.
171 needs to be added to the interface
/frameworks/av/media/codec2/hidl/services/
DAndroid.bp30 // vendor.cpp also needs to be updated because it needs the absolute path to the
/frameworks/base/cmds/statsd/src/
Dexperiment_ids.proto25 // BinaryPushStateChanged atoms. This needs to be in sync with
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm64.policy21 # parser support for '<' is in this needs to be modified to also prevent
Dmediacodec-arm.policy21 # parser support for '<' is in this needs to be modified to also prevent
Dmediaswcodec-arm64.policy33 # parser support for '<' is in this needs to be modified to also prevent
Dmediaswcodec-arm.policy29 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm.policy52 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp100 t->needs = 0; in create()
635 t->needs = n; in process__validate()
704 if ((t->needs & NEEDS_MUTE) == 0) { in process__validate()
733 t->needs |= NEEDS_MUTE; in process__validate()
1102 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericNoResampling()
1170 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericResampling()
1177 if (t->needs & NEEDS_RESAMPLE) { in process__genericResampling()
1242 in, name, t->channelCount, t->needs, vrl, t->mVolume[0], t->mVolume[1]); in process__oneTrack16BitsStereoNoResampling()
1467 in, &t, t->channelCount, t->needs); in process__noResampleOneTrack()
/frameworks/base/core/proto/android/server/job/
Denums.proto27 // Set of constraints that a job potentially needs satisfied before it can run.
/frameworks/libs/net/common/
DAndroid.bp89 // Use a filegroup and not a library for wifi sources, as this needs corresponding jar-jar
105 // Use a filegroup and not a library for wifi sources, as this needs corresponding jar-jar
/frameworks/base/packages/CtsShim/
DAndroid.bp23 // this needs to be a privileged application
/frameworks/opt/net/wifi/tests/mts/
DAndroid.bp44 // need access to system_current and test_current, so needs to be platform_apis: true
/frameworks/av/media/codec2/hidl/services/seccomp_policy/
Dandroid.hardware.media.c2@1.1-default-arm.policy29 # parser support for '<' is in this needs to be modified to also prevent
Dandroid.hardware.media.c2@1.1-default-arm64.policy33 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto41 // transform needs to be offset by this amount.
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dvignette_approx_f.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is

123