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

  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-x.c 43 #define mVc bVc (-1)
53 #define OpVc(a,b) (bOp (a) | bVc (b)), (mOp | mVc)
179 #undef mVc
ia64-opc-i.c 57 #define mVc bVc (-1)
316 #undef mVc
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 125 vorbis_comment mVc;
316 vorbis_comment_init(&mVc);
320 vorbis_comment_clear(&mVc);
1056 int err = _vorbis_unpack_comment(&mVc, &bits);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 383 AudioEffect mVc;
391 mVc = new AudioEffect(
396 mVc.setEnabled(true);
441 mVc.release();
    [all...]

Completed in 110 milliseconds