/frameworks/av/media/libstagefright/renderfright/gl/ |
D | ProgramCache.cpp | 162 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 …]
|
D | ProgramCache.h | 201 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);
|
D | Program.h | 56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
|
/frameworks/native/libs/renderengine/gl/ |
D | ProgramCache.cpp | 162 Key needs; in computeKey() local 163 needs.set(Key::TEXTURE_MASK, in computeKey() 189 needs.set(Key::Y410_BT2020_MASK, in computeKey() 192 if (needs.hasTransformMatrix() || in computeKey() 197 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_LINEAR); in computeKey() 200 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey() 203 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_ST2084); in computeKey() 206 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_HLG); in computeKey() 213 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_LINEAR); in computeKey() 216 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_SRGB); in computeKey() [all …]
|
D | ProgramCache.h | 212 static void generateEOTF(Formatter& fs, const Key& needs); 214 static void generateToneMappingProcess(Formatter& fs, const Key& needs); 216 static void generateOOTF(Formatter& fs, const Key& needs); 218 static void generateOETF(Formatter& fs, const Key& needs); 220 static std::unique_ptr<Program> generateProgram(const Key& needs); 222 static String8 generateVertexShader(const Key& needs); 224 static String8 generateFragmentShader(const Key& needs);
|
D | Program.h | 56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
|
/frameworks/base/packages/CtsShim/build/ |
D | Android.bp | 31 // this needs to be a privileged application 65 // this needs to be a privileged application 101 // 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/base/wifi/migration_samples/ |
D | README.txt | 3 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/av/media/codec2/hidl/services/ |
D | Android.bp | 30 // vendor.cpp also needs to be updated because it needs the absolute path to the
|
/frameworks/base/apex/jobscheduler/service/ |
D | Android.bp | 2 // service-jobscheduler needs to be added to PRODUCT_SYSTEM_SERVER_JARS.
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm64.policy | 21 # parser support for '<' is in this needs to be modified to also prevent
|
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/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-arm.policy | 52 # parser support for '<' is in this needs to be modified to also prevent
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixerBase.cpp | 101 t->needs = 0; in create() 636 t->needs = n; in process__validate() 705 if ((t->needs & NEEDS_MUTE) == 0) { in process__validate() 734 t->needs |= NEEDS_MUTE; in process__validate() 1103 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericNoResampling() 1171 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericResampling() 1178 if (t->needs & NEEDS_RESAMPLE) { in process__genericResampling() 1243 in, name, t->channelCount, t->needs, vrl, t->mVolume[0], t->mVolume[1]); in process__oneTrack16BitsStereoNoResampling() 1456 in, &t, t->channelCount, t->needs); in process__noResampleOneTrack()
|
/frameworks/proto_logging/stats/enums/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 | android.hardware.media.c2@1.2-default-arm.policy | 29 # parser support for '<' is in this needs to be modified to also prevent
|
D | android.hardware.media.c2@1.2-default-arm64.policy | 33 # parser support for '<' is in this needs to be modified to also prevent
|
/frameworks/base/packages/SystemUI/docs/ |
D | media-controls.md | 50 * Every location that a media player could be located needs a `MediaHost` 51 * Tracks configuration (if it should show inactive media, needs falsing, etc.)
|
/frameworks/base/core/proto/android/view/ |
D | remote_animation_target.proto | 41 // transform needs to be offset by this amount.
|
/frameworks/native/services/vr/hardware_composer/ |
D | Android.bp | 116 // NOTE: This needs to be included after the *-impl lib otherwise the
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_f.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|
D | vignette_approx_f.rsh | 37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
|