Searched refs:getOutput (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderInterface.h29 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
H A DPVSoftMPEG4Encoder.h42 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
H A DVideoEncoderBase.h64 * getOutput can be called several time for a frame (such as first time codec data, and second time others)
69 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
H A DPVSoftMPEG4Encoder.cpp452 Encode_Status PVSoftMPEG4Encoder::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) function in class:PVSoftMPEG4Encoder
H A DVideoEncoderBase.cpp454 3. Use variable curoutputtask to record task which is getOutput() working on to avoid push again when get failure
458 Encode_Status VideoEncoderBase::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) { function in class:VideoEncoderBase
469 LOG_V("getOutput CurrentTask is NULL\n");
561 LOG_V("out size for this getOutput call = %d\n", outBuffer->dataSize);
566 LOG_V("getOutput return Success, Frame skip is %d\n", mFrameSkipped);
591 LOG_V("getOutput return error=%x\n", ret);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderInterface.h32 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL) = 0;
H A DVideoDecoderBase.h56 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL);
H A DVideoDecoderBase.cpp261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { function in class:VideoDecoderBase
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderMPEG4.cpp134 ret = mVideoEncoder->getOutput(&outBuf);
135 CHECK_ENCODE_STATUS("getOutput");
160 mVideoEncoder->getOutput(&outBuf);
161 CHECK_ENCODE_STATUS("getOutput");
H A DOMXVideoEncoderH263.cpp147 ret = mVideoEncoder->getOutput(&outBuf);
H A DOMXVideoEncoderVP8.cpp145 ret = mVideoEncoder->getOutput(&outBuf);
146 //CHECK_ENCODE_STATUS("getOutput");
H A DOMXVideoEncoderAVC.cpp483 //start getOutput
484 Encode_Status ret = mVideoEncoder->getOutput(&outBuf, FUNC_NONBLOCK);
487 LOGE("libMIX getOutput Failed. ret = 0x%08x\n", ret);
507 LOGV("Call libMIX getOutput againe due to 'data not ready'\n");
508 ret = mVideoEncoder->getOutput(&outBuf);
511 LOGV("libMIX getOutput data size= %d, flag=0x%08x", outBuf.dataSize, outBuf.flag);
H A DOMXVideoDecoderBase.cpp558 const VideoRenderBuffer *renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h45 // - process getOutput() queries received when AudioTrack objects are created: Those queries
92 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
H A DAudioPolicyManagerBase.h89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp147 return lap->apm->getOutput((AudioSystem::stream_type)stream,
H A DAudioPolicyManagerBase.cpp537 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, function in class:android_audio_legacy::AudioPolicyManagerBase
548 ALOGV("getOutput() device %d, stream %d, samplingRate %d, format %x, channelMask %x, flags %x",
553 ALOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
557 ALOGV("getOutput() opening test output");
620 ALOGV("getOutput() reusing direct output %d", mOutputs.keyAt(i));
653 ALOGV("getOutput() failed opening direct output: output %d samplingRate %d %d,"
670 ALOGV("getOutput() returns new direct output %d", output);
686 ALOGW_IF((output == 0), "getOutput() could not find output for stream %d, samplingRate %d,"
689 ALOGV("getOutput() returns output %d", output);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp146 return qap->apm->getOutput((AudioSystem::stream_type)stream,

Completed in 227 milliseconds