HomeSort by relevance Sort by last modified time
    Searched defs:__unused (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/codec2/components/vpx/
C2SoftVp9Enc.h 48 int32_t mLevel __unused; member in struct:android::C2SoftVp9Enc
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/
errata_report.c 71 static const char *const __unused bl_str = BL_STRING;
72 const char *msg __unused; local
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ucontext.h 28 __u8 __unused[1024 / 8 - sizeof(sigset_t)]; member in struct:ucontext
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AUtils.h 66 T TYPE_MUST_BE_UNSIGNED[(T)-1 < 0 ? -1 : 0] __unused; local
  /frameworks/av/services/medialog/
IMediaLogService.cpp 49 status_t status __unused = remote()->transact(REGISTER_WRITER, data, &reply); local
57 status_t status __unused = remote()->transact(UNREGISTER_WRITER, data, &reply); local
64 status_t status __unused = remote()->transact(REQUEST_MERGE_WAKEUP, data, &reply); local
  /frameworks/av/media/codec2/tests/
C2_test.cpp 82 c2_cntr32_t c32_b __unused = c64_a; local
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 191 Word16 nb_pos, mask __unused, n_1, tmp; local
  /bionic/tests/
stack_unwinding_test.cpp 35 #define __unused __attribute__((__unused__)) macro
37 _Unwind_Reason_Code FrameCounter(_Unwind_Context* ctx __unused, void* arg) {
  /external/kernel-headers/original/uapi/asm-x86/asm/
stat.h 103 __kernel_long_t __unused[3]; member in struct:stat
109 st.__unused[0] = 0; \
110 st.__unused[1] = 0; \
111 st.__unused[2] = 0; \
  /frameworks/av/media/codec2/components/xaac/
C2SoftXaacDec.h 96 size_t mInputBufferCount __unused; member in struct:android::C2SoftXaacDec
97 size_t mOutputBufferCount __unused; member in struct:android::C2SoftXaacDec
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 146 unsigned payloadHeader __unused = buffer->data()[0]; local
147 unsigned CMR __unused = payloadHeader >> 4; local
AMPEG4AudioAssembler.cpp 111 unsigned frameLengthFlag __unused = bits->getBits(1); local
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 210 #define __unused __attribute__((__unused__)) macro
213 #define __unused /* delete */ macro
220 #define __used __unused
  /external/kernel-headers/original/uapi/linux/
icmp.h 80 __be16 __unused; member in struct:icmphdr::__anon25539::__anon25541
  /frameworks/av/media/codec2/sfplugin/tests/
MediaCodec_sanity_test.cpp 84 FrameData avcStream_A[] __unused = { avcStream_A1 }; member in namespace:android
  /bionic/libc/include/sys/
cdefs.h 89 #define __unused __attribute__((__unused__)) macro
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.cpp 377 nsecs_t endRealTime __unused = systemTime(); local
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 185 #define __unused macro
193 #define __unused macro
198 #define __unused macro
204 #define __unused __attribute__((__unused__)) macro
213 #define __unused __attribute__((__unused__)) macro
500 #define __IDSTRING(name,string) static const char name[] __unused = string
  /frameworks/av/media/codec2/components/aac/
C2SoftAacDec.cpp 434 int samplesize __unused = mStreamInfo->numChannels * sizeof(int16_t); local
    [all...]
  /frameworks/av/media/codec2/vndk/include/util/
C2InterfaceUtils.h 908 inline static C2SettingResultsBuilder NoMemory(C2Param::Index index_ __unused) {
935 c2_status_t _mStatus __unused; member in struct:C2SettingResultsBuilder
    [all...]
  /frameworks/av/media/libstagefright/foundation/
avc_utils.cpp 549 unsigned video_object_layer_verid __unused; local
550 unsigned video_object_layer_priority __unused; local
612 unsigned interlaced __unused = br.getBits(1); local
658 unsigned protection __unused = (header >> 16) & 1; local
  /external/newfs_msdos/
mkfs_msdos.c 67 #if !defined(__unused)
68 #define __unused __attribute__((__unused__)) macro
836 __unused int oflag, struct bpb *bpb)
865 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
871 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
1050 infohandler(int sig __unused)
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.h 165 IV_PROFILE_T mAVCEncProfile __unused; member in struct:android::C2SoftAvcEnc
  /frameworks/av/media/codec2/core/include/
C2Buffer.h 648 uint32_t capacity __unused, C2MemoryUsage usage __unused,
672 const C2Handle *handle __unused,
705 uint32_t width __unused, uint32_t height __unused, uint32_t format __unused,
706 C2MemoryUsage usage __unused,
730 const C2Handle *handle __unused,
1205 size_t mReserved __unused; \/\/ end of reserved section member in class:C2CircularBlock
1206 size_t mCommitted __unused; \/\/ end of committed section member in class:C2CircularBlock
1207 size_t mUsed __unused; \/\/ end of used section member in class:C2CircularBlock
1208 size_t mFree __unused; \/\/ end of free section member in class:C2CircularBlock
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 165 unsigned bsmod __unused = bits.getBits(3); local
167 unsigned cmixlev __unused = 0; local
168 unsigned surmixlev __unused = 0; local
169 unsigned dsurmod __unused = 0; local
262 unsigned numblkscod __unused = bits.getBits(2); local
1080 unsigned quantization_word_length __unused = bits.getBits(2); local
    [all...]

Completed in 2163 milliseconds

1 2