HomeSort by relevance Sort by last modified time
    Searched refs:mIsAudio (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 68 bool mIsAudio;
AnotherPacketSource.cpp 32 : mIsAudio(false),
39 mIsAudio = true;
130 if (mIsAudio) {
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 66 bool isAudio() const { return mIsAudio; }
86 bool mIsAudio;
331 snprintf(buffer, SIZE, " %s track\n", mIsAudio? "Audio": "Video");
1144 mIsAudio = !strncasecmp(mime, "audio/", 6);
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 59 bool mIsAudio;
113 state->mIsAudio = isAudio;
290 if (state->mIsAudio) {
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 143 bool mIsAudio;
163 mIsAudio(false),
172 mIsAudio = !strncasecmp("audio/", mime, 6);
506 mBlockIter.seek(seekTimeUs, mIsAudio, &actualFrameTimeUs);

Completed in 131 milliseconds