Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.cpp133 Key needs; in computeKey() local
134 needs.set(Key::TEXTURE_MASK, in computeKey()
156 needs.set(Key::Y410_BT2020_MASK, in computeKey()
159 if (needs.hasTransformMatrix() || (needs.getInputTF() != needs.getOutputTF())) { in computeKey()
163 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_LINEAR); in computeKey()
166 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey()
169 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_ST2084); in computeKey()
172 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_HLG); in computeKey()
179 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_LINEAR); in computeKey()
182 needs.set(Key::OUTPUT_TF_MASK, Key::OUTPUT_TF_SRGB); in computeKey()
[all …]
DProgramCache.h174 static void generateEOTF(Formatter& fs, const Key& needs);
176 static void generateToneMappingProcess(Formatter& fs, const Key& needs);
178 static void generateOOTF(Formatter& fs, const Key& needs);
180 static void generateOETF(Formatter& fs, const Key& needs);
182 static Program* generateProgram(const Key& needs);
184 static String8 generateVertexShader(const Key& needs);
186 static String8 generateFragmentShader(const Key& needs);
DProgram.h39 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
/frameworks/native/services/vr/hardware_composer/
DAndroid.bp123 // NOTE: This needs to be included after the *-impl lib otherwise the
156 // NOTE: This needs to be included after the *-impl lib otherwise the
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm.policy18 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp111 t->needs = 0; in create()
864 t->needs = n; in process__validate()
916 if ((t->needs & NEEDS_MUTE) == 0) { in process__validate()
944 t->needs |= NEEDS_MUTE; in process__validate()
1313 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericNoResampling()
1381 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericResampling()
1388 if (t->needs & NEEDS_RESAMPLE) { in process__genericResampling()
1453 in, name, t->channelCount, t->needs, vrl, t->mVolume[0], t->mVolume[1]); in process__oneTrack16BitsStereoNoResampling()
1685 in, &t, t->channelCount, t->needs); in process__noResampleOneTrack()
/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/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dvignette.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
Dvignette_approx.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.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
Dvignette_approx.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
/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
Dvignette_approx.rsh37 // Range needs to be between 1.3 to 0.6. When scale is zero then range is
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt45 (or however a Binder needs to be passed to the target package)
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md12 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t…
Dplugins.md41     * and needs to be reloaded.
225 …sons, plugins will inevitably cause SysUI to crash.  When this happens it needs to ensure a bad ac…
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h259 uint32_t needs; member
/frameworks/av/include/media/
DAudioMixer.h259 uint32_t needs; member
/frameworks/support/
DREADME.md3 * Bug fixes (needs a corresponding bug report in b.android.com)
/frameworks/opt/net/ims/
DREADME.txt40 It needs to be implemented by the IMS protocol solution vendor.
/frameworks/minikin/doc/
Dhyb_file_format.md44 efficent to access. All are little-endian (this could be revised if the code ever needs
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md21 SurfaceInterceptor is the mechanism used to create traces. The device needs to be rooted in order to
/frameworks/native/docs/
DDoxyfile938 # needs, which is dependent on the configuration options used.
1167 # files needs to be copied into the plugins directory of eclipse. The name of
1169 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1281 # enabled the indexing and searching needs to be provided by external tools.
1288 # which needs to be processed by an external indexer. Doxygen will invoke an
1319 # all added to the same external search index. Each project needs to have a
/frameworks/layoutlib/create/
DREADME.txt66 layouts, anything that is sort of a view needs to be kept.

12