Home
last modified time | relevance | path

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

123

/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp133 Key needs; in computeKey() local
134 needs.set(Key::TEXTURE_MASK, in computeKey()
158 needs.set(Key::Y410_BT2020_MASK, in computeKey()
161 if (needs.hasTransformMatrix() || in computeKey()
166 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_LINEAR); in computeKey()
169 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey()
172 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_ST2084); in computeKey()
175 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_HLG); in computeKey()
182 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_LINEAR); in computeKey()
185 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_SRGB); in computeKey()
[all …]
DProgramCache.h194 static void generateEOTF(Formatter& fs, const Key& needs);
196 static void generateToneMappingProcess(Formatter& fs, const Key& needs);
198 static void generateOOTF(Formatter& fs, const Key& needs);
200 static void generateOETF(Formatter& fs, const Key& needs);
202 static std::unique_ptr<Program> generateProgram(const Key& needs);
204 static String8 generateVertexShader(const Key& needs);
206 static String8 generateFragmentShader(const Key& needs);
DProgram.h50 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
79 // 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/native/services/vr/hardware_composer/
DAndroid.bp100 // NOTE: This needs to be included after the *-impl lib otherwise the
133 // 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/services/mediacodec/seccomp_policy/
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/media/libaudioprocessing/
DAudioMixerBase.cpp100 t->needs = 0; in create()
635 t->needs = n; in process__validate()
687 if ((t->needs & NEEDS_MUTE) == 0) { in process__validate()
715 t->needs |= NEEDS_MUTE; in process__validate()
1083 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericNoResampling()
1151 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericResampling()
1158 if (t->needs & NEEDS_RESAMPLE) { in process__genericResampling()
1223 in, name, t->channelCount, t->needs, vrl, t->mVolume[0], t->mVolume[1]); in process__oneTrack16BitsStereoNoResampling()
1448 in, &t, t->channelCount, t->needs); in process__noResampleOneTrack()
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm.policy52 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/base/core/proto/android/server/job/
Denums.proto27 // Set of constraints that a job potentially needs satisfied before it can run.
/frameworks/av/media/codec2/hidl/services/seccomp_policy/
Dcodec2.software.base-arm.policy32 # parser support for '<' is in this needs to be modified to also prevent
Dcodec2.vendor.base-arm.policy32 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/libs/net/common/
DAndroid.bp160 // Use a filegroup and not a library for wifi sources, as this needs corresponding jar-jar
176 // Use a filegroup and not a library for wifi sources, as this needs corresponding jar-jar
/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
Dvignette_f.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
/frameworks/base/packages/CtsShim/
DAndroid.bp23 // this needs to be a privileged application
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dvignette.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dvignette_approx.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
Dvignette.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dvignette_approx.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
Dvignette.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is

123