OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseSubstreamDSI
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/extractors/mp4/
AC4Parser.cpp
93
bool AC4DSIParser::
parseSubstreamDSI
(uint32_t presentationID, uint32_t substreamID){
450
if (!
parseSubstreamDSI
(presentation, 0)) {
473
if (!
parseSubstreamDSI
(presentation, 0)) {
476
if (!
parseSubstreamDSI
(presentation, 1)) {
491
if (!
parseSubstreamDSI
(presentation, 0)) {
494
if (!
parseSubstreamDSI
(presentation, 1)) {
497
if (!
parseSubstreamDSI
(presentation, 2)) {
514
if (!
parseSubstreamDSI
(presentation, 0)) {
AC4Parser.h
98
bool
parseSubstreamDSI
(uint32_t presentationID, uint32_t substreamID);
Completed in 49 milliseconds