/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderInterface.h | 29 …virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = …
|
D | PVSoftMPEG4Encoder.h | 42 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
|
D | VideoEncoderBase.h | 69 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
|
D | PVSoftMPEG4Encoder.cpp | 452 Encode_Status PVSoftMPEG4Encoder::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) in getOutput() function in PVSoftMPEG4Encoder
|
D | VideoEncoderBase.cpp | 458 Encode_Status VideoEncoderBase::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) { in getOutput() function in VideoEncoderBase
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderInterface.h | 32 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
|
D | VideoDecoderBase.h | 56 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
|
D | VideoDecoderBase.cpp | 261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() function in VideoDecoderBase
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderMPEG4.cpp | 134 ret = mVideoEncoder->getOutput(&outBuf); in ProcessorProcess() 160 mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
|
D | OMXVideoEncoderH263.cpp | 147 ret = mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
|
D | OMXVideoEncoderVP8.cpp | 122 ret = mVideoEncoder->getOutput(&outBuf); in ProcessorProcess()
|
D | OMXVideoEncoderAVC.cpp | 484 Encode_Status ret = mVideoEncoder->getOutput(&outBuf, FUNC_NONBLOCK); in ProcessDataRetrieve() 508 ret = mVideoEncoder->getOutput(&outBuf); in ProcessDataRetrieve()
|
D | OMXVideoDecoderBase.cpp | 555 const VideoRenderBuffer *renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr); in FillRenderBuffer()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyInterface.h | 92 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
|
D | AudioPolicyManagerBase.h | 89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | audio_policy_hal.cpp | 146 return qap->apm->getOutput((AudioSystem::stream_type)stream, in ap_get_output()
|
/hardware/libhardware_legacy/audio/ |
D | audio_policy_hal.cpp | 147 return lap->apm->getOutput((AudioSystem::stream_type)stream, in ap_get_output()
|
D | AudioPolicyManagerBase.cpp | 528 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, in getOutput() function in android_audio_legacy::AudioPolicyManagerBase
|