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

  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 148 /* Initialize AAC core decoder, and update self->streaminfo */
531 self->streamInfo.numLostAccessUnits = 0;
532 self->streamInfo.numBadBytes = 0;
533 self->streamInfo.numTotalBytes = 0;
713 self->streamInfo.numLostAccessUnits = 0;
733 self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self);
749 if (self->streamInfo.numLostAccessUnits > 0) {
750 self->streamInfo.numLostAccessUnits--;
768 self->streamInfo.numLostAccessUnits = 0;
769 self->streamInfo.numBadBytes = 0
    [all...]
aacdecoder.cpp 185 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT))
187 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT))
188 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) )
199 self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->aacChannels == 1 && ! (self->flags & AC_MPS_PRESENT))) && self->qmfModeCurr == MODE_HQ ;
497 self->streamInfo.aacSampleRate,
498 self->streamInfo.extSamplingRate,
499 self->streamInfo.aacSamplesPerFrame,
500 self->streamInfo.aot,
704 self->streamInfo.pChannelIndices = self->channelIndices;
705 self->streamInfo.pChannelType = self->channelType
    [all...]
aacdecoder.h 177 UINT flags; /*!< Flags for internal decoder use. DO NOT USE self::streaminfo::flags ! */
192 CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */
308 /* get streaminfo handle from decoder */
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
117 switch (streamInfo.domain) {
119 *(XAMediaContainerInformation *)info = streamInfo.containerInfo;
122 *(XAAudioStreamInformation *)info = streamInfo.audioInfo;
125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;
128 *(XAImageStreamInformation *)info = streamInfo.imageInfo;
131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo;
134 *(XAMIDIStreamInformation *)info = streamInfo.midiInfo;
137 *(XAVendorStreamInformation *)info = streamInfo.vendorInfo
    [all...]
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 115 StreamInfo streamInfo;
116 streamInfo.domain = XA_DOMAINTYPE_VIDEO;
117 streamInfo.videoInfo.codecId = 0;// unknown, we don't have that info FIXME
118 streamInfo.videoInfo.width = (XAuint32)data1;
119 streamInfo.videoInfo.height = (XAuint32)data2;
120 streamInfo.videoInfo.bitRate = 0;// unknown, we don't have that info FIXME
121 streamInfo.videoInfo.frameRate = 0;
122 streamInfo.videoInfo.duration = XA_TIME_UNKNOWN;
123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]

Completed in 550 milliseconds