HomeSort by relevance Sort by last modified time
    Searched refs:AAH_DecoderPump (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libaah_rtp/
aah_decoder_pump.h 34 class AAH_DecoderPump : public MediaSource {
36 explicit AAH_DecoderPump(OMXClient& omx);
57 virtual ~AAH_DecoderPump();
62 friend class AAH_DecoderPump;
63 explicit ThreadWrapper(AAH_DecoderPump* owner);
67 AAH_DecoderPump* owner_;
103 DISALLOW_EVIL_CONSTRUCTORS(AAH_DecoderPump);
aah_decoder_pump.cpp 43 AAH_DecoderPump::AAH_DecoderPump(OMXClient& omx)
54 AAH_DecoderPump::~AAH_DecoderPump() {
58 status_t AAH_DecoderPump::initCheck() {
67 status_t AAH_DecoderPump::queueForDecode(MediaBuffer* buf) {
86 void AAH_DecoderPump::queueToRenderer(MediaBuffer* decoded_sample) {
175 void AAH_DecoderPump::stopAndCleanupRenderer() {
185 void AAH_DecoderPump::setRenderTSTransform(const LinearTransform& trans) {
207 void AAH_DecoderPump::setRenderVolume(uint8_t volume)
    [all...]
aah_rx_player.h 249 sp<AAH_DecoderPump> decoder_;
aah_rx_player_substream.cpp 48 decoder_ = new AAH_DecoderPump(omx);
440 // the AAH_DecoderPump's input queue from adding their own reference to the

Completed in 43 milliseconds