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

  /external/aac/libMpegTPEnc/src/
tpenc_adif.cpp 86 contents/description: ADIF Transport Headers writing
97 int adifWrite_EncodeHeader(ADIF_INFO *adif,
101 /* ADIF/PCE/ADTS definitions */
102 const char adifId[5]="ADIF";
109 INT sampleRate = adif->samplingRate;
110 INT totalBitRate = adif->bitRate;
112 if (adif->headerWritten)
119 adif->bVariableRate = ( adif_buffer_fullness >= (INT)(0x1<<20) ) ? 1 : 0;
136 FDKwriteBits(hBs, adif->bVariableRate?1:0, 1);
142 if(!adif->bVariableRate)
    [all...]
tpenc_adif.h 110 * \brief encodes ADIF Header
112 * \param adif pointer to ADIF_INFO structure
113 * \param hBitStream handle of bitstream, where the ADIF header is written into
114 * \param adif_buffer_fullness buffer fullness value for the ADIF header
119 ADIF_INFO *adif,
125 * \brief Get bit demand of a ADIF header
127 * \param adif pointer to ADIF_INFO structure
129 * \return amount of bits required to write the ADIF header according to the data
130 * contained in the adif parameter
132 int adifWrite_GetHeaderBits( ADIF_INFO *adif );
    [all...]
tpenc_lib.cpp 129 ADIF_INFO adif; member in union:TRANSPORTENC::__anon5476
202 case TT_MP4_ADIF: /* ADIF header comprises PCE */
215 case TT_MP4_ADIF: /* ADIF header comprises PCE */
269 hTpEnc->writer.adif.headerWritten = 0;
270 hTpEnc->writer.adif.samplingRate = hTpEnc->config.samplingRate;
271 hTpEnc->writer.adif.bitRate = hTpEnc->config.bitRate;
272 hTpEnc->writer.adif.profile = ((int)hTpEnc->config.aot) - 1;
273 hTpEnc->writer.adif.cm = hTpEnc->config.channelMode;
274 hTpEnc->writer.adif.bVariableRate = 0;
275 hTpEnc->writer.adif.instanceTag = 0
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 113 CAdifHeader adif; member in union:__anon5458
    [all...]

Completed in 177 milliseconds