Searched refs:specinfosize (Results 1 – 2 of 2) sorted by relevance
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 4076 uint32 specinfosize = iMP4FileHandle->getTrackDecoderSpecificInfoSize(aTrackId); in RetrieveTrackConfigInfo() local 4077 if (specinfosize == 0) in RetrieveTrackConfigInfo() 4098 OSCL_TRY(errcode, my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + specinfosize)); in RetrieveTrackConfigInfo() 4100 …etrieveTrackConfigInfo() Memory allocation failed size = %d", aligned_refcnt_size + specinfosize)); in RetrieveTrackConfigInfo() 4108 memfrag.len = specinfosize; in RetrieveTrackConfigInfo() 4112 oscl_memcpy(memfrag.ptr, specinfoptr, specinfosize); in RetrieveTrackConfigInfo() 4115 aConfig = OsclRefCounterMemFrag(memfrag, my_refcnt, specinfosize); in RetrieveTrackConfigInfo() 4127 uint32 specinfosize = in RetrieveTrackConfigInfoAndFirstSample() local 4129 if (specinfosize == 0) in RetrieveTrackConfigInfoAndFirstSample() 4180 …TRY(errcode, my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + specinfosize + sampleSize)); in RetrieveTrackConfigInfoAndFirstSample() [all …]
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 730 uint32 specinfosize = iAACParser->GetTrackDecoderSpecificInfoSize(); in RetrieveTrackConfigInfo() local 731 if (specinfosize == 0) in RetrieveTrackConfigInfo() 743 OSCL_TRY(errcode, my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + specinfosize)); in RetrieveTrackConfigInfo() 750 memfrag.len = specinfosize; in RetrieveTrackConfigInfo() 753 OsclRefCounterMemFrag configinfo_refcntmemfrag(memfrag, my_refcnt, specinfosize); in RetrieveTrackConfigInfo() 765 oscl_memcpy(memfrag.ptr, specinfoptr, specinfosize); in RetrieveTrackConfigInfo()
|