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

  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 31 #define UNUSED_UNLESS_VERBOSE(x) (void)(x)
33 #define UNUSED_UNLESS_VERBOSE(x)
266 UNUSED_UNLESS_VERBOSE(portIndex);
356 UNUSED_UNLESS_VERBOSE(current_frame);
  /frameworks/av/media/libstagefright/
CameraSource.cpp 37 #define UNUSED_UNLESS_VERBOSE(x) (void)(x)
39 #define UNUSED_UNLESS_VERBOSE(x)
74 UNUSED_UNLESS_VERBOSE(msgType);
75 UNUSED_UNLESS_VERBOSE(ext1);
76 UNUSED_UNLESS_VERBOSE(ext2);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 40 #define UNUSED_UNLESS_VERBOSE(x) (void)(x)
42 #define UNUSED_UNLESS_VERBOSE(x)
707 UNUSED_UNLESS_VERBOSE(buffer);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 50 #define UNUSED_UNLESS_VERBOSE(x) (void)(x)
52 #define UNUSED_UNLESS_VERBOSE(x)
    [all...]

Completed in 92 milliseconds