OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:segmentInfo
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcrs.cpp
158
pNumSegment = &(pHcr->
segmentInfo
.numSegment);
159
pRemainingBitsInSegment = pHcr->
segmentInfo
.pRemainingBitsInSegment;
160
pSegmentBitfield = pHcr->
segmentInfo
.pSegmentBitfield;
161
pNumWordForBitfield = &(pHcr->
segmentInfo
.numWordForBitfield);
162
pNumBitValidInLastWord = &(pHcr->
segmentInfo
.pNumBitValidInLastWord);
173
pHcr->
segmentInfo
.readDirection = FROM_RIGHT_TO_LEFT;
191
pCodewordBitfield = pHcr->
segmentInfo
.pCodewordBitfield;
218
pCodewordBitfield = pHcr->
segmentInfo
.pCodewordBitfield;
232
pHcr->
segmentInfo
.segmentOffset =
266
pHcr->
segmentInfo
.segmentOffset = segmentOffset
[
all
...]
aacdec_hcr.cpp
457
pHcr->
segmentInfo
.numSegment,
816
INT *pLeftStartOfSegment = pHcr->
segmentInfo
.pLeftStartOfSegment;
817
INT *pRightStartOfSegment = pHcr->
segmentInfo
.pRightStartOfSegment;
818
SCHAR *pRemainingBitsInSegment = pHcr->
segmentInfo
.pRemainingBitsInSegment;
[
all
...]
aacdec_hcr_types.h
425
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 552 milliseconds