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

  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 150 pNumSegment = &(pHcr->segmentInfo.numSegment);
151 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
152 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield;
153 pNumWordForBitfield = &(pHcr->segmentInfo.numWordForBitfield);
154 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord);
168 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT;
187 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield;
204 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield;
219 pHcr->segmentInfo.segmentOffset = segmentOffset; /* store in structure for states */
253 pHcr->segmentInfo.segmentOffset = segmentOffset
    [all...]
aacdec_hcr.cpp 497 DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment,
581 FIXP_DBL *pTempValues = pHcr->segmentInfo.pTempValues;
582 FIXP_DBL *pBak = pHcr->segmentInfo.pTempValues;
641 pBak = pHcr->segmentInfo.pTempValues;
    [all...]
aacdec_hcr_types.h 355 HCR_SEGMENT_INFO segmentInfo;
  /frameworks/av/media/libstagefright/webm/
WebmElement.cpp 297 sp<WebmElement> WebmElement::SegmentInfo(uint64_t scale, double dur) {
298 List<sp<WebmElement> > segmentInfo;
300 segmentInfo.push_back(new WebmFloat(kMkvSegmentDuration, dur));
301 segmentInfo.push_back(new WebmUnsigned(kMkvTimecodeScale, scale));
302 segmentInfo.push_back(new WebmString(kMkvMuxingApp, "android"));
303 segmentInfo.push_back(new WebmString(kMkvWritingApp, "android"));
304 return new WebmMaster(kMkvInfo, segmentInfo);

Completed in 704 milliseconds