Home
last modified time | relevance | path

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

1234

/frameworks/av/media/libstagefright/renderfright/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/libs/modules-utils/java/com/android/internal/logging/
DAndroid.bp20 // This library provides an UIEventLogger interface, which needs to be
21 // implemented by each module, since the implementation needs to use the local
/frameworks/av/tools/
DOWNERS4 # reliability builds mainline trains, so needs to manage these scripts
/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/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/packages/CtsShim/build/
DAndroid.bp31 // this needs to be a privileged application
73 // this needs to be a privileged application
110 // this needs to be a privileged application
/frameworks/base/core/java/android/widget/flags/
Dnotification_widget_flags.aconfig54 description: "MessagingChild always needs to be measured during MessagingLinearLayout onMeasure."
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm.policy21 # parser support for '<' is in this needs to be modified to also prevent
Dmediacodec-arm64.policy21 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/av/media/codec2/hal/services/
DAndroid.bp30 // vendor.cpp also needs to be updated because it needs the absolute path to the
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm.policy52 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/base/services/core/java/com/android/server/media/projection/
Dmediaprojection.md4 `MediaProjectionManagerService` needs to have consistent lock ordering with its interactions with
/frameworks/base/apex/jobscheduler/service/
DAndroid.bp2 // service-jobscheduler needs to be added to PRODUCT_SYSTEM_SERVER_JARS.
/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp101 t->needs = 0; in create()
654 t->needs = n; in process__validate()
723 if ((t->needs & NEEDS_MUTE) == 0) { in process__validate()
752 t->needs |= NEEDS_MUTE; in process__validate()
1121 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericNoResampling()
1189 if (CC_UNLIKELY(t->needs & NEEDS_AUX)) { in process__genericResampling()
1196 if (t->needs & NEEDS_RESAMPLE) { in process__genericResampling()
1261 in, name, t->channelCount, t->needs, vrl, t->mVolume[0], t->mVolume[1]); in process__oneTrack16BitsStereoNoResampling()
1474 in, &t, t->channelCount, t->needs); in process__noResampleOneTrack()
/frameworks/proto_logging/stats/enums/server/job/
Denums.proto27 // Set of constraints that a job potentially needs satisfied before it can run.
/frameworks/av/media/codec2/hal/services/seccomp_policy/
Dandroid.hardware.media.c2-default-arm.policy29 # parser support for '<' is in this needs to be modified to also prevent
Dandroid.hardware.media.c2-default-arm64.policy33 # parser support for '<' is in this needs to be modified to also prevent
/frameworks/base/packages/SystemUI/docs/
Dmedia-controls.md50 * 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/tests/FlickerTests/AppClose/trace_config/
Dtrace_config.textproto26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
/frameworks/base/core/proto/android/view/
Dremote_animation_target.proto41 // transform needs to be offset by this amount.
/frameworks/base/tests/FlickerTests/FlickerService/trace_config/
Dtrace_config.textproto26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/trace_config/
Dtrace_config.textproto26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/trace_config/
Dtrace_config.textproto26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of

1234