Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 16 of 16) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderInterface.h29 …virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = …
DPVSoftMPEG4Encoder.h42 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
DVideoEncoderBase.h69 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
DPVSoftMPEG4Encoder.cpp452 Encode_Status PVSoftMPEG4Encoder::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) in getOutput() function in PVSoftMPEG4Encoder
DVideoEncoderBase.cpp461 Encode_Status VideoEncoderBase::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) { in getOutput() function in VideoEncoderBase
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderInterface.h32 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
DVideoDecoderBase.h74 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
DVideoDecoderBase.cpp288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() function in VideoDecoderBase
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderMPEG4.cpp134 ret = mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
160 mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
DOMXVideoEncoderH263.cpp147 ret = mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
DOMXVideoEncoderVP8.cpp145 ret = mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
DOMXVideoEncoderAVC.cpp484 Encode_Status ret = mVideoEncoder->getOutput(&outBuf, FUNC_NONBLOCK); in ProcessDataRetrieve()
508 ret = mVideoEncoder->getOutput(&outBuf); in ProcessDataRetrieve()
DOMXVideoDecoderBase.cpp709 renderBuffer = mVideoDecoder->getOutput(true, ErrBufPtr); in FillRenderBuffer()
711 renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr); in FillRenderBuffer()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h92 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
DAudioPolicyManagerBase.h89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_policy_hal.cpp146 return qap->apm->getOutput((AudioSystem::stream_type)stream, in ap_get_output()