Home
last modified time | relevance | path

Searched defs:Channels (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/aosp_15_r20/hardware/interfaces/security/authgraph/default/src/
H A Dlib.rs36 struct Channels { struct
37 in_tx: mpsc::Sender<Vec<u8>>,
38 out_rx: mpsc::Receiver<Vec<u8>>,
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dresize_bilinear_tester.h43 inline ResizeBilinearTester& Channels(int32_t channels) { in Channels() function
49 inline int32_t Channels() const { return channels_; } in Channels() function
H A Dpool_2d_tester.h43 inline Pool2DTester& Channels(int32_t channels) { in Channels() function
49 inline int32_t Channels() const { return channels_; } in Channels() function
H A Dquantized_resize_bilinear_tester.h45 inline QuantizedResizeBilinearTester& Channels(int32_t channels) { in Channels() function
51 inline int32_t Channels() const { return channels_; } in Channels() function
H A Dquantized_pool_2d_tester.h44 inline QuantizedPool2DTester& Channels(int32_t channels) { in Channels() function
50 inline int32_t Channels() const { return channels_; } in Channels() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java63 public final class Channels { class
65 private Channels() { throw new Error("no instances"); } in Channels() method in Channels
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DChannels.java63 public final class Channels { class
65 private Channels() { throw new Error("no instances"); } in Channels() method in Channels
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java63 public final class Channels { class
65 private Channels() { throw new Error("no instances"); } in Channels() method in Channels
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_decoder_pcm.cc33 size_t AudioDecoderPcmU::Channels() const { in Channels() function in webrtc::AudioDecoderPcmU
74 size_t AudioDecoderPcmA::Channels() const { in Channels() function in webrtc::AudioDecoderPcmA
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_decoder_g722.cc70 size_t AudioDecoderG722Impl::Channels() const { in Channels() function in webrtc::AudioDecoderG722Impl
135 size_t AudioDecoderG722StereoImpl::Channels() const { in Channels() function in webrtc::AudioDecoderG722StereoImpl
/aosp_15_r20/external/aws-sdk-java-v2/services/elastictranscoder/src/test/resources/
H A DListPresetsResponseWithNullVideoField.json6 "Channels": "auto", string
30 "Channels": "auto", string
/aosp_15_r20/external/kotlinx.coroutines/docs/topics/
H A Dcoroutines-and-channels.md1144 ## Channels section
1274 In `src/tasks/Request7Channels.kt`, implement the function `loadContributorsChannels()` that reques… argument
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dfake_decode_from_file.h47 size_t Channels() const override { return stereo_ ? 2 : 1; } in Channels() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_color_spec.h90 uint32 Channels () const in Channels() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dtensor.h62 int Channels() const override { return descriptor_.GetBHWDCShape().c; } in Channels() function
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_decoder_pcm16b.cc35 size_t AudioDecoderPcm16B::Channels() const { in Channels() function in webrtc::AudioDecoderPcm16B
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_spatial_tensor.h57 int Channels() const override { return descriptor_.GetBHWDCShape().c; } in Channels() function
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc106 size_t AudioDecoderIlbcImpl::Channels() const { in Channels() function in webrtc::AudioDecoderIlbcImpl
/aosp_15_r20/external/webrtc/test/
H A Daudio_decoder_proxy_factory.h69 size_t Channels() const override { return decoder_->Channels(); } in Channels() function
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_decoder_opus.cc124 size_t AudioDecoderOpusImpl::Channels() const { in Channels() function in webrtc::AudioDecoderOpusImpl
H A Daudio_decoder_multi_channel_opus_impl.cc178 size_t AudioDecoderMultiChannelOpusImpl::Channels() const { in Channels() function in webrtc::AudioDecoderMultiChannelOpusImpl
/aosp_15_r20/external/webrtc/api/audio/
H A Dchannel_layout.h128 enum Channels { enum
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dcpp.rst205 Channels chapter
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DHiiImageDecoder.h79 UINT16 Channels; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DHiiImageDecoder.h79 UINT16 Channels; member

12345678910>>...27