Searched refs:GetNextBundledAccessUnits (Results 1 – 11 of 11) sorted by relevance
/external/opencore/fileformats/mp3/parser/include/ |
D | imp3ff.h | 208 OSCL_IMPORT_REF int32 GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err);
|
D | mp3parser.h | 236 int32 GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err);
|
/external/opencore/fileformats/rawgsmamr/parser/include/ |
D | amrfileparser.h | 413 OSCL_IMPORT_REF int32 GetNextBundledAccessUnits(uint32 *aNumSamples, GAU *aGau);
|
/external/opencore/fileformats/rawaac/parser/include/ |
D | aacfileparser.h | 543 OSCL_IMPORT_REF int32 GetNextBundledAccessUnits(uint32 *aNumSamples,
|
/external/opencore/fileformats/rawgsmamr/parser/src/ |
D | amrfileparser.cpp | 1085 OSCL_EXPORT_REF int32 CAMRFileParser::GetNextBundledAccessUnits(uint32 *aNumSamples, GAU *aGau) in GetNextBundledAccessUnits() function in CAMRFileParser
|
/external/opencore/fileformats/mp3/parser/src/ |
D | imp3ff.cpp | 340 OSCL_EXPORT_REF int32 IMpeg3File::GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err) in GetNextBundledAccessUnits() function in IMpeg3File 344 return pMP3Parser->GetNextBundledAccessUnits(n, pgau, err); in GetNextBundledAccessUnits()
|
D | mp3parser.cpp | 1486 int32 MP3Parser::GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &error) in GetNextBundledAccessUnits() function in MP3Parser
|
/external/opencore/fileformats/rawaac/parser/src/ |
D | aacfileparser.cpp | 2120 CAACFileParser::GetNextBundledAccessUnits(uint32 *aNumSamples, in GetNextBundledAccessUnits() function in CAACFileParser
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 3619 int32 retval = iAMRParser->GetNextBundledAccessUnits(&numsamples, &gau); in RetrieveMediaSample() 3835 int32 retval = iAMRParser->GetNextBundledAccessUnits(&numsamples, &gau); in RetrieveTrackData()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 2117 int32 retval = iMP3File->GetNextBundledAccessUnits(&numsamples, &gau, error); in RetrieveTrackData()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 842 int32 retval = iAACParser->GetNextBundledAccessUnits(&numsamples, &gau, oIncludeADTSHeaders); in RetrieveMediaSample()
|