/external/opencore/baselibs/media_data_structures/src/ |
au_utils.cpp | 21 int skip_dropped_samples(const GAU * gauPtr, const uint32 starting_idx) 25 GAU * gau = const_cast<GAU *>(gauPtr); local 27 MediaMetaInfo * info = gau->getInfo(sample_num); 33 info = gau->getInfo(sample_num); 45 /* Converts a GAU to a list of chained AccessUnits. The AUs have to be deleted 49 Gau2AU(const GAU* gau, 65 sample_num = skip_dropped_samples(gau, 0) [all...] |
pv_gau.cpp | 22 OSCL_EXPORT_REF GAU::GAU() 30 OSCL_EXPORT_REF GAU::GAU(GAU & gauElement) 47 OSCL_EXPORT_REF GAU::~GAU() 63 OSCL_EXPORT_REF uint32 GAU::getSamplesTotalSize(uint32 number, MediaMetaInfo *metaInfo) //return the sum of total sample size
|
pv_gau.h | 68 struct GAU 71 uint32 numMediaSamples; //number of media samples within this GAU 78 OSCL_IMPORT_REF GAU(); 80 OSCL_IMPORT_REF GAU(GAU & gauElement); 82 OSCL_IMPORT_REF ~GAU();
|
au_utils.h | 26 AccessUnit* Gau2AU(const GAU* gau, AUImplAllocator * au_impl_alloc , MediaStatusClass::status_t& media_status,
|
gau_object.h | 77 GAU mGau; 126 * @brief Hide all the GAU operation to get the next sample from the current bitstream 131 * @brief Hide all the GAU operation to get the sample immediately before a certain timestamp 138 * @brief Hide all the GAU operation to get the sample at or immediately after a certain timestamp 145 * @brief Hide all the GAU operation to get the next I frame from the current bitstream, whose timestamp >= tsIn
|
/external/opencore/fileformats/mp4/parser/include/ |
sampletableatom.h | 365 GAU *pgau); 366 int32 getPrevKeyMediaSample(uint32 inputtimestamp, uint32 &aKeySampleNum, uint32 *n, GAU *pgau); 367 int32 getNextKeyMediaSample(uint32 inputtimestamp, uint32 &aKeySampleNum, uint32 *n, GAU *pgau); 410 GAU *pgau); 417 GAU *pgau);
|
mediaatom.h | 164 GAU *pgau) 188 GAU *pgau) 200 GAU *pgau) 566 GAU *pgau)
|
mediainformationatom.h | 186 GAU *pgau) 211 GAU *pgau) 223 GAU *pgau) 533 GAU *pgau)
|
movieatom.h | 108 GAU *pgau); 114 GAU *pgau); 119 GAU *pgau); 261 GAU *pgau);
|
trackatom.h | 109 GAU *pgau) 133 GAU *pgau) 145 GAU *pgau) 547 GAU *pgau)
|
trackfragmentatom.h | 147 int32 getNextNSamples(uint32 startSampleNum, uint32 *n, uint32 totalSampleRead, GAU *pgau); 148 int32 getNextBundledAccessUnits(uint32 *n, uint32 totalSampleRead, GAU *pgau);
|
moviefragmentatom.h | 87 int32 getNextBundledAccessUnits(const uint32 trackID, uint32 *n, uint32 totalSampleRead, GAU *pgau);
|
impeg4file.h | 101 GAU *pgau) = 0; 106 GAU *pgau) = 0; 111 GAU *pgau) = 0; 217 GAU *pgau) = 0;
|
mpeg4file.h | 128 GAU *pgau); 146 GAU *pgau) 159 GAU *pgau) 369 virtual int32 getNextBundledAccessUnits(const uint32 trackID, uint32 *n, GAU *pgau); [all...] |
/external/opencore/fileformats/rawgsmamr/parser/include/ |
amrfileparser.h | 252 * @brief Undo getNextFrame in case gau buffer overflow occurs when getting next frame 407 * It formats the read data to WMF bit order and stores it in the GAU structure. 410 * @param aGau Frame information structure of type GAU 413 OSCL_IMPORT_REF int32 GetNextBundledAccessUnits(uint32 *aNumSamples, GAU *aGau);
|
/external/opencore/nodes/pvamrffparsernode/src/ |
pvmf_amrffparser_node.cpp | 3604 GAU gau; local 3820 GAU gau; local [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
trackfragmentatom.cpp | 492 GAU *pgau) 548 GAU tempGau; 550 GAU* tempgauPtr = &tempGau; [all...] |
movieatom.cpp | 393 GAU *pgau) 410 GAU *pgau) 428 GAU *pgau) 461 GAU *pgau) [all...] |
sampletableatom.cpp | 639 GAU *pgau) 817 SampleTableAtom::getPrevKeyMediaSample(uint32 inputtimestamp, uint32 &aKeySampleNum, uint32 *n, GAU *pgau) [all...] |
/external/opencore/nodes/pvaacffparsernode/src/ |
pvmf_aacffparser_node.cpp | 827 // Set up the GAU structure 828 GAU gau; local 829 gau.numMediaSamples = numsamples; 830 gau.buf.num_fragments = 1; 831 gau.buf.buf_states[0] = NULL; 832 gau.buf.fragments[0].ptr = refCtrMemFragOut.getMemFrag().ptr; 833 gau.buf.fragments[0].len = refCtrMemFragOut.getCapacity(); 842 int32 retval = iAACParser->GetNextBundledAccessUnits(&numsamples, &gau, oIncludeADTSHeaders); 846 actualdatasize += gau.info[i].len [all...] |
/external/opencore/fileformats/mp3/parser/include/ |
imp3ff.h | 205 * @param pgau Frame information structure of type GAU 208 OSCL_IMPORT_REF int32 GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err);
|
mp3parser.h | 230 * It formats and stores the data read in the GAU structure. 236 int32 GetNextBundledAccessUnits(uint32 *n, GAU *pgau, MP3ErrorType &err);
|
/external/opencore/fileformats/mp4/composer/include/ |
a_impeg4file.h | 59 struct GAU; 331 virtual bool addMultipleAccessUnitsToTrack(uint32 trackID, GAU *pgau) = 0;
|
mpeg4file.h | 219 bool addMultipleAccessUnitsToTrack(uint32 trackID, GAU *pgau);
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
pvmf_mp3ffparser_node.cpp | 2107 GAU gau; local [all...] |