/frameworks/native/libs/renderengine/gl/ |
D | ProgramCache.cpp | 133 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 …]
|
D | ProgramCache.h | 194 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);
|
D | Program.h | 50 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
|
/frameworks/base/packages/CtsShim/build/ |
D | Android.bp | 22 // 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/ |
D | message.proto | 33 … // 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/ |
D | Android.bp | 100 // 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/ |
D | dagger.md | 58 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/ |
D | mediacodec-arm.policy | 21 # parser support for '<' is in this needs to be modified to also prevent
|
D | mediaswcodec-arm64.policy | 33 # parser support for '<' is in this needs to be modified to also prevent
|
D | mediaswcodec-arm.policy | 29 # parser support for '<' is in this needs to be modified to also prevent
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixerBase.cpp | 100 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/ |
D | mediaextractor-arm.policy | 52 # parser support for '<' is in this needs to be modified to also prevent
|
/frameworks/base/core/proto/android/server/job/ |
D | enums.proto | 27 // Set of constraints that a job potentially needs satisfied before it can run.
|
/frameworks/av/media/codec2/hidl/services/seccomp_policy/ |
D | codec2.software.base-arm.policy | 32 # parser support for '<' is in this needs to be modified to also prevent
|
D | codec2.vendor.base-arm.policy | 32 # parser support for '<' is in this needs to be modified to also prevent
|
/frameworks/libs/net/common/ |
D | Android.bp | 160 // 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/ |
D | remote_animation_target.proto | 41 // transform needs to be offset by this amount.
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_approx_f.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|
D | vignette_f.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|
/frameworks/base/packages/CtsShim/ |
D | Android.bp | 23 // this needs to be a privileged application
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | vignette.rsh | 37 // 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/ |
D | vignette_approx.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|
D | vignette.rsh | 37 // 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/ |
D | vignette_approx.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|
D | vignette.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|