Searched defs:Process (Results 1 - 6 of 6) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
H A D | AudioResamplerFirProcessNeon.h | 45 // NEON specializations are enabled for Process() and ProcessL() in AudioResamplerFirProcess.h 646 inline void Process<1, 16>(int32_t* const out, function in namespace:android 722 inline void Process<2, 16>(int32_t* const out, function in namespace:android 954 inline void Process<1, 16>(int32_t* const out, function in namespace:android 1044 inline void Process<2, 16>(int32_t* const out, function in namespace:android 1179 inline void Process<1, 16>(float* const out, function in namespace:android 1195 inline void Process<2, 16>(float* const out, function in namespace:android
|
H A D | AudioResamplerFirProcessSSE.h | 34 // SSEx specializations are enabled for Process() and ProcessL() in AudioResamplerFirProcess.h 180 inline void Process<1, 16>(float* const out, function in namespace:android 196 inline void Process<2, 16>(float* const out, function in namespace:android
|
H A D | AudioResamplerFirProcess.h | 165 * The Process*() functions compute both the positive half FIR dot product and 174 * Process() calls ProcessBase() with TFUNC = InterpCompute, for interpolated phase. 247 * See Process() for parameter details. 297 void Process(TO* const out, function in namespace:android 315 * This sets up the params for the accelerated Process() and ProcessL() 425 Process<CHANNELS, STRIDE>(out, 431 Process<CHANNELS, STRIDE>(out,
|
/frameworks/base/tools/aapt2/link/ |
H A D | XmlCompatVersioner.cpp | 130 std::vector<std::unique_ptr<xml::XmlResource>> XmlCompatVersioner::Process( function in class:aapt::XmlCompatVersioner
|
/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 173 bool ShaderProgram::Process(const std::vector<const GLTextureHandle*>& input, function in class:android::filterfw::ShaderProgram 217 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) { function in class:android::filterfw::ShaderProgram 220 return Process(textures, output);
|
/frameworks/base/core/java/android/os/ |
H A D | Process.java | 29 public class Process { class 30 private static final String LOG_TAG = "Process"; 600 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); 614 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); 629 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues);
|
Completed in 269 milliseconds