Searched defs:UNUSED (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DUtils.h30 #define UNUSED(x) (void)(x); macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dconvolve.c28 #define UNUSED(x) (void)(x) macro
40 UNUSED(L);
H A Dautocorr.c31 #define UNUSED(x) (void)(x) macro
45 UNUSED(m);
H A Dsyn_filt.c29 #define UNUSED(x) (void)(x) macro
100 UNUSED(m);
H A Dpitch_f4.c34 #define UNUSED(x) (void)(x) macro
176 UNUSED(L_subfr);
/frameworks/av/media/libstagefright/codecs/common/
H A DcmnMemory.c29 #define UNUSED(x) (void)(x) macro
33 UNUSED(uID);
44 UNUSED(uID);
52 UNUSED(uID);
60 UNUSED(uID);
68 UNUSED(uID);
69 UNUSED(pBuffer);
70 UNUSED(uSize);
77 UNUSED(uID);
84 UNUSED(uI
[all...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h42 #define UNUSED(x) ((void)(x)) macro
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c27 #define UNUSED(x) (void)(x) macro
250 UNUSED(accuracy);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c30 #define UNUSED(x) (void)(x) macro
54 UNUSED(vType);
480 UNUSED(hCodec);
481 UNUSED(uParamID);
482 UNUSED(pData);
H A Dpsy_main.c41 #define UNUSED(x) (void)(x) macro
175 UNUSED(hPsyOut);
176 UNUSED(pMemOP);
H A Dbitenc.c29 #define UNUSED(x) (void)(x) macro
589 UNUSED(ancBytes);
H A Dqc_main.c36 #define UNUSED(x) (void)(x) macro
208 UNUSED(hQC);
209 UNUSED(pMemOP);
H A Dtns.c33 #define UNUSED(x) (void)(x) macro
618 UNUSED(window);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h42 #define UNUSED(x) ((void)(x)) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h49 UNUSED = 0, enumerator in enum:__anon645
H A DH264SwDecApi.c48 #define UNUSED(x) (void)(x) macro
81 UNUSED(string);
H A Dh264bsd_slice_header.c50 #define UNUSED(x) (void)(x) macro
1412 UNUSED(nalUnitType);
H A Dh264bsd_reconstruct.c45 #define UNUSED(x) (void)(x) macro
2141 UNUSED(left);
2142 UNUSED(right);
/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp32 #define UNUSED(x) ((void)(x)) macro
139 UNUSED(modulo);
140 UNUSED(limit);
141 UNUSED(plus);
142 UNUSED(timeDivisor);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h45 #define UNUSED(x) ((void)(x)) macro
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp43 void UNUSED(T t) {} function in namespace:android
416 UNUSED(err);
452 UNUSED(err);
H A Dandroid_util_EventLog.cpp24 #define UNUSED __attribute__((__unused__)) macro
52 static jint android_util_EventLog_writeEvent_Integer(JNIEnv* env UNUSED, argument
53 jobject clazz UNUSED,
63 static jint android_util_EventLog_writeEvent_Long(JNIEnv* env UNUSED, argument
64 jobject clazz UNUSED,
74 static jint android_util_EventLog_writeEvent_Float(JNIEnv* env UNUSED, argument
75 jobject clazz UNUSED,
86 jobject clazz UNUSED,
172 static void android_util_EventLog_readEvents(JNIEnv* env, jobject clazz UNUSED, argument
85 android_util_EventLog_writeEvent_String(JNIEnv* env, jobject clazz UNUSED, jint tag, jstring value) argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp56 #define UNUSED(x) ((void)(x)) macro
440 UNUSED(vRL);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp392 void UNUSED(T t) {} function in namespace:android::uirenderer::renderthread
396 UNUSED(args);
402 UNUSED(args);
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp95 #define UNUSED __unused macro
97 #define UNUSED macro
101 MediaProfiles::logVideoCodec(const MediaProfiles::VideoCodec& codec UNUSED) argument
112 MediaProfiles::logAudioCodec(const MediaProfiles::AudioCodec& codec UNUSED) argument
122 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED) argument
133 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED) argument
143 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED) argument
150 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED) argument

Completed in 2197 milliseconds

12