Home
last modified time | relevance | path

Searched defs:CHANNELS (Results 1 – 11 of 11) sorted by relevance

/external/libopus/tests/
Dtest_opus_padding.c39 #define CHANNELS 2 macro
/external/libopus/doc/
Dtrivial_example.c41 #define CHANNELS 2 macro
/external/skia/src/sksl/
DSkSLJIT.cpp1396 LLVMValueRef out[CHANNELS]) { in getVectorLValue()
1421 LLVMValueRef outLeft[CHANNELS], const Expression& right, in getVectorBinaryOperands()
1422 LLVMValueRef outRight[CHANNELS]) { in getVectorBinaryOperands()
1445 LLVMValueRef out[CHANNELS]) { in compileVectorBinary()
1505 LLVMValueRef out[CHANNELS]) { in compileVectorConstructor()
1583 LLVMValueRef out[CHANNELS]) { in compileVectorFloatLiteral()
1595 LLVMValueRef out[CHANNELS]) { in compileVectorSwizzle()
1607 LLVMValueRef out[CHANNELS]) { in compileVectorVariableReference()
1618 LLVMValueRef out[CHANNELS]) { in compileVectorExpression()
/external/skqp/src/sksl/
DSkSLJIT.cpp1396 LLVMValueRef out[CHANNELS]) { in getVectorLValue()
1421 LLVMValueRef outLeft[CHANNELS], const Expression& right, in getVectorBinaryOperands()
1422 LLVMValueRef outRight[CHANNELS]) { in getVectorBinaryOperands()
1445 LLVMValueRef out[CHANNELS]) { in compileVectorBinary()
1505 LLVMValueRef out[CHANNELS]) { in compileVectorConstructor()
1583 LLVMValueRef out[CHANNELS]) { in compileVectorFloatLiteral()
1595 LLVMValueRef out[CHANNELS]) { in compileVectorSwizzle()
1607 LLVMValueRef out[CHANNELS]) { in compileVectorVariableReference()
1618 LLVMValueRef out[CHANNELS]) { in compileVectorExpression()
/external/libxaac/decoder/
Dixheaacd_defines.h42 #define CHANNELS 2 macro
Dixheaacd_channel.c679 ia_aac_dec_channel_info_struct *ptr_aac_dec_channel_info[CHANNELS]) { in ixheaacd_map_ms_mask_pns()
/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op_test.cc268 #define BM_ResizeBicubicDev(BATCH, SIZE, CHANNELS) \ argument
289 #define BM_ResizeBicubicExpand(BATCH, SIZE, CHANNELS) \ argument
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java62 private static final int CHANNELS = 1; field in WebRtcAudioManager
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Drev_block_lib_test.py41 CHANNELS = 8 variable in RevBlockTest
/external/walt/android/WALT/app/src/main/jni/
Dplayer.c58 #define CHANNELS 1 // 1 for mono, 2 for stereo macro
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java142 CHANNELS("INT", "Number of Channels.", "" + DEFAULT.channels) { enumConstant