OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseSubstreamGroupDSI
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/extractors/mp4/
AC4Parser.cpp
150
bool AC4DSIParser::
parseSubstreamGroupDSI
(uint32_t presentationID, uint32_t groupID)
454
if (!
parseSubstreamGroupDSI
(presentation, 0)) {
480
if (!
parseSubstreamGroupDSI
(presentation, 0)) {
483
if (!
parseSubstreamGroupDSI
(presentation, 1)) {
501
if (!
parseSubstreamGroupDSI
(presentation, 0)) {
504
if (!
parseSubstreamGroupDSI
(presentation, 1)) {
507
if (!
parseSubstreamGroupDSI
(presentation, 2)) {
523
if (!
parseSubstreamGroupDSI
(presentation, sg)) {
AC4Parser.h
99
bool
parseSubstreamGroupDSI
(uint32_t presentationID, uint32_t groupID);
Completed in 72 milliseconds