Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:WVMExtractor

38 #include "../../libstagefright/include/WVMExtractor.h"
172 mWVMExtractor = new WVMExtractor(mDataSource);
1538 const sp<WVMExtractor> &wvmExtractor,
1543 prepare_l(cachedSource, wvmExtractor, durationUs, bitrate, isStreaming);
1548 prepare_l(NULL /* cachedSource */, NULL /* wvmExtractor */, -1 /* durationUs */,
1603 const sp<WVMExtractor> &wvmExtractor,
1607 ALOGW_IF(wvmExtractor != NULL && cachedSource != NULL,
1608 "WVMExtractor and NuCachedSource are both present when "
1612 mWVMExtractor = wvmExtractor;
1618 mPrepareBuffering = (cachedSource != NULL || wvmExtractor != NULL);