Inheritance diagram for os::MediaDecoderStage:
Public Member Functions | |
MediaDecoderStage () | |
~MediaDecoderStage () | |
uint32 | GetPhysicalType () |
Physical type. | |
String | GetIdentifier () |
Identifier. | |
uint32 | GetInputCount () |
Number of inputs. | |
uint32 | GetInputFormatCount (uint32 nInput) |
Number of input formats. | |
MediaFormat_s | GetInputFormat (uint32 nInput, uint32 nNum) |
Input format. | |
uint32 | GetOutputCount () |
Number of outputs. | |
uint32 | GetOutputFormatCount (uint32 nOutput) |
MediaFormat_s | GetOutputFormat (uint32 nOutput) |
Output format. | |
status_t | Initialize () |
Initializes the stage. | |
bool | HasInternalBuffer () |
Internal buffer. | |
status_t | GetPacket (uint32 nOutput, MediaPacket_s *psPacket) |
Read one packet. | |
void | SetCodec (MediaCodec *pcCodec) |
Assigns a media codec object to the stage. | |
Static Public Member Functions | |
static MediaDecoderStage * | CreateStage () |
Creates a decoder stage object. |
MediaDecoderStage::MediaDecoderStage | ( | ) |
MediaDecoderStage::~MediaDecoderStage | ( | ) |
uint32 MediaDecoderStage::GetPhysicalType | ( | ) | [virtual] |
String MediaDecoderStage::GetIdentifier | ( | ) | [virtual] |
uint32 MediaDecoderStage::GetInputCount | ( | ) | [virtual] |
uint32 MediaDecoderStage::GetInputFormatCount | ( | uint32 | nInput | ) | [virtual] |
nInput | - The input. |
Reimplemented from os::MediaStage.
MediaFormat_s MediaDecoderStage::GetInputFormat | ( | uint32 | nInput, | |
uint32 | nNum | |||
) | [virtual] |
nInput | - The input. | |
nNum | - Input format number. |
Reimplemented from os::MediaStage.
uint32 MediaDecoderStage::GetOutputCount | ( | ) | [virtual] |
uint32 os::MediaDecoderStage::GetOutputFormatCount | ( | uint32 | nOutput | ) |
MediaFormat_s MediaDecoderStage::GetOutputFormat | ( | uint32 | nOutput | ) | [virtual] |
nOutput | - The output. |
Reimplemented from os::MediaStage.
status_t MediaDecoderStage::Initialize | ( | ) | [virtual] |
Reimplemented from os::MediaStage.
bool MediaDecoderStage::HasInternalBuffer | ( | ) | [virtual] |
Reimplemented from os::MediaStage.
status_t MediaDecoderStage::GetPacket | ( | uint32 | nOutput, | |
MediaPacket_s * | psPacket | |||
) | [virtual] |
nOutput | - The output. | |
psPacket | - Pointer to a packet. |
Reimplemented from os::MediaStage.
void MediaDecoderStage::SetCodec | ( | MediaCodec * | pcCodec | ) |
pcCodec | - The object. |
MediaDecoderStage * MediaDecoderStage::CreateStage | ( | ) | [static] |