HomeSort by relevance Sort by last modified time
    Searched defs:SoftVideoDecoderOMXComponent (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 32 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent {
33 SoftVideoDecoderOMXComponent(
111 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoDecoderOMXComponent);
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 20 #define LOG_TAG "SoftVideoDecoderOMXComponent"
23 #include "include/SoftVideoDecoderOMXComponent.h"
43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent(
73 void SoftVideoDecoderOMXComponent::initPorts(
133 void SoftVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize) {
166 uint32_t SoftVideoDecoderOMXComponent::outputBufferWidth() {
170 uint32_t SoftVideoDecoderOMXComponent::outputBufferHeight() {
174 void SoftVideoDecoderOMXComponent::handlePortSettingsChange(
230 void SoftVideoDecoderOMXComponent::copyYV12FrameToOutputBuffer
    [all...]

Completed in 50 milliseconds