Searched refs:mNALUnits (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp135 if (!mNALUnits.empty() && rtpTime != mAccessUnitRTPTime) {
140 mNALUnits.push_back(buffer);
318 CHECK(!mNALUnits.empty());
320 ALOGV("Access unit complete (%zu nal units)", mNALUnits.size());
323 for (List<sp<ABuffer> >::iterator it = mNALUnits.begin();
324 it != mNALUnits.end(); ++it) {
330 for (List<sp<ABuffer> >::iterator it = mNALUnits.begin();
331 it != mNALUnits.end(); ++it) {
340 CopyTimes(accessUnit, *mNALUnits.begin());
351 mNALUnits
[all...]
H A DAAVCAssembler.h48 List<sp<ABuffer> > mNALUnits; member in struct:android::AAVCAssembler

Completed in 631 milliseconds