Searched defs:process (Results 1 - 25 of 33) sorted by relevance

12

/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp90 void MouseInputMapper::process(const InputEvent& event) { function in class:android::MouseInputMapper
H A DSwitchInputMapper.cpp78 void SwitchInputMapper::process(const InputEvent& event) { function in class:android::SwitchInputMapper
/hardware/libhardware/include/hardware/
H A Daudio_effect.h53 // a set of functions controlling the configuration, activation and process of the engine.
75 // Function: process
77 // Description: Effect process function. Takes input samples as specified
82 // The effect framework will call the process() function after the EFFECT_CMD_ENABLE
85 // and when done indicate that it is OK to stop calling the process() function by
88 // NOTE: the process() function implementation should be "real-time safe" that is
95 // inBuffer: buffer descriptor indicating where to read samples to process.
104 // can stop calling process()
108 int32_t (*process)(effect_handle_t self, member in struct:effect_interface_s
181 // inBuffer: buffer descriptor indicating where to read samples to process
[all...]
/hardware/google/av/media/codecs/raw/
H A DC2SoftRawDec.cpp126 void C2SoftRawDec::process( function in class:android::C2SoftRawDec
/hardware/qcom/audio/post_proc/
H A Dbundle.h51 * Only the init() and process() operations must be defined.
62 int (*process)(effect_context_t *context, audio_buffer_t *in, audio_buffer_t *out); member in struct:effect_ops_s
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrDec.cpp239 void C2SoftAmrDec::process( function in class:android::C2SoftAmrDec
H A DC2SoftAmrNbEnc.cpp188 void C2SoftAmrNbEnc::process( function in class:android::C2SoftAmrNbEnc
H A DC2SoftAmrWbEnc.cpp271 void C2SoftAmrWbEnc::process( function in class:android::C2SoftAmrWbEnc
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacDec.cpp160 void C2SoftFlacDec::process( function in class:android::C2SoftFlacDec
207 ALOGE("process: FLACDecoder parseMetaData returns error %d", decoderErr);
221 ALOGV("process: parseMetadata is Blocking, Continue %d", decoderErr);
247 ALOGD("process: decoder configuration : %d Hz, %d channels, %d samples,"
279 ALOGE("process: FLACDecoder decodeOneFrame returns error %d", decoderErr);
H A DC2SoftFlacEnc.cpp176 void C2SoftFlacEnc::process( function in class:android::C2SoftFlacEnc
/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.cpp134 void C2SoftG711Dec::process( function in class:android::C2SoftG711Dec
/hardware/google/av/media/codecs/gsm/
H A DC2SoftGsmDec.cpp168 void C2SoftGsmDec::process( function in class:android::C2SoftGsmDec
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.cpp225 void C2SoftVorbisDec::process( function in class:android::C2SoftVorbisDec
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxEnc.cpp392 void C2SoftVpxEnc::process( function in class:android::C2SoftVpxEnc
H A DC2SoftVpxDec.cpp317 void C2SoftVpxDec::process( function in class:android::C2SoftVpxDec
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.cpp241 void C2SoftAacEnc::process( function in class:android::C2SoftAacEnc
H A DC2SoftAacDec.cpp434 void C2SoftAacDec::process( function in class:android::C2SoftAacDec
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.cpp328 void C2SoftMP3::process( function in class:android::C2SoftMP3
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp305 void C2SoftMpeg4Enc::process( function in class:android::C2SoftMpeg4Enc
H A DC2SoftMpeg4Dec.cpp427 void C2SoftMpeg4Dec::process( function in class:android::C2SoftMpeg4Dec
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.cpp294 void C2SoftOpusDec::process( function in class:android::C2SoftOpusDec
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.cpp291 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, function in class:android::C2SoftXaacDec
646 /* Set pointer for process memory tables */
828 /* Initialize the process */
879 /* Execute process */
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp681 status_t ISVWorker::process(ISVBuffer* inputBuffer, Vector<ISVBuffer*> outputBuffer, function in class:ISVWorker
683 ALOGV("process: outputCount=%d, mInputIndex=%d", outputCount, mInputIndex);
846 ALOGV("process, exit");
873 /* The behavior of driver is: all output of one process task are return in one interruption.
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraDualFOVPP.cpp83 * @bufNotifyCb : call back function after HALPP process
332 * FUNCTION : process
334 * DESCRIPTION: function to start CP FOV blending process
342 int32_t QCameraDualFOVPP::process() function in class:qcamera::QCameraDualFOVPP
354 // TODO: dequeue from m_inputQ and start process logic
355 // Start the blending process when it is ready
357 LOGI("start Dual FOV process");
378 LOGI("process pInputMainData->src_reproc_frame = NULL");
589 * RETURN : If CP FOV can start blending process
/hardware/google/av/codec2/hidl/1.0/utils/
H A Dtypes.cpp1609 BlockProcessor process) {
1614 process(block);
1622 BlockProcessor process,
1629 forEachBlock(work->input, process);
1635 process);
1608 forEachBlock(C2FrameData& frameData, BlockProcessor process) argument
1621 forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, BlockProcessor process, bool processInput, bool processOutput) argument

Completed in 628 milliseconds

12