Lines Matching defs:SoftVideoDecoderOMXComponent

20 #define LOG_TAG "SoftVideoDecoderOMXComponent"
23 #include <media/stagefright/omx/SoftVideoDecoderOMXComponent.h>
43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent(
81 void SoftVideoDecoderOMXComponent::initPorts(
91 void SoftVideoDecoderOMXComponent::initPorts(
152 void SoftVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize) {
187 uint32_t SoftVideoDecoderOMXComponent::outputBufferWidth() {
191 uint32_t SoftVideoDecoderOMXComponent::outputBufferHeight() {
195 void SoftVideoDecoderOMXComponent::handlePortSettingsChange(
262 void SoftVideoDecoderOMXComponent::dumpColorAspects(const ColorAspects &colorAspects) {
270 bool SoftVideoDecoderOMXComponent::colorAspectsDiffer(
281 void SoftVideoDecoderOMXComponent::updateFinalColorAspects(
301 status_t SoftVideoDecoderOMXComponent::handleColorAspectsChange() {
315 void SoftVideoDecoderOMXComponent::copyYV12FrameToOutputBuffer(
347 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalGetParameter(
410 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::internalSetParameter(
535 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getConfig(
609 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::setConfig(
666 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getExtensionIndex(
684 bool SoftVideoDecoderOMXComponent::supportsDescribeColorAspects() {
688 int SoftVideoDecoderOMXComponent::getColorAspectPreference() {
692 bool SoftVideoDecoderOMXComponent::supportDescribeHdrStaticInfo() {
696 void SoftVideoDecoderOMXComponent::onReset() {
700 void SoftVideoDecoderOMXComponent::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {