Searched defs:getOutput (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
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 DVideoDecoderBase.cpp261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { function in class:VideoDecoderBase
/hardware/libhardware_legacy/audio/
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);

Completed in 106 milliseconds