Searched refs:Channel (Results 101 - 125 of 166) sorted by relevance

1234567

/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h146 struct Channel { struct in class:cricket::FakeWebRtcVoiceEngine
147 explicit Channel() function in struct:cricket::FakeWebRtcVoiceEngine::Channel
297 Channel* ch = new Channel();
424 Channel* ch = channels_[channel];
426 return -1; // Channel is in use.
462 Channel* ch = channels_[channel];
798 std::map<int, Channel*> channels_;
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h89 unsigned &Channel, unsigned &PtrIncr) const;
H A DSIRegisterInfo.h140 /// \p Channel This is the register channel (e.g. a value from 0-16), not the
142 /// \returns The sub-register of Reg that is in Channel.
144 unsigned Channel) const;
H A DR600InstrInfo.h219 /// \p Channel
224 /// and \p Channel.
225 unsigned calculateIndirectAddress(unsigned RegIndex, unsigned Channel) const;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowWifiP2pManagerTest.java23 private WifiP2pManager.Channel channel;
/external/tensorflow/tensorflow/contrib/verbs/
H A Dgrpc_verbs_service.cc145 Channel* channel_info = response->mutable_channel();
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dexpand_unittest.cc97 input_file_.Read(sync_buffer_.Size(), &sync_buffer_.Channel(0)[0]));
/external/webrtc/webrtc/modules/audio_coding/test/
H A DSpatialAudio.cc40 _channel = new Channel;
H A DiSACTest.cc104 _channel_A2B.reset(new Channel);
109 _channel_B2A.reset(new Channel);
H A DAPITest.cc231 _channel_A2B = new Channel(2);
236 _channel_B2A = new Channel(1);
664 Channel* myChannel;
921 Channel* myChannel;
1020 Channel* myChannel;
/external/webrtc/webrtc/voice_engine/
H A Dchannel.h160 class Channel: class in namespace:webrtc::voe
175 virtual ~Channel();
176 static int32_t CreateChannel(Channel*& channel,
181 Channel(int32_t channelId,
H A Dchannel_proxy.cc147 Channel* ChannelProxy::channel() const {
H A Dtransmit_mixer.cc309 Channel* channel = it.GetChannel();
424 Channel* channelPtr = it.GetChannel();
439 voe::Channel* channel_ptr = ch.channel();
459 Channel* channelPtr = it.GetChannel();
472 voe::Channel* channel_ptr = ch.channel();
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp43 template<int Channel>
46 return (deUint8)((color >> (Channel*8)) & 0xff);
H A DtcuFuzzyImageCompare.cpp42 template<int Channel>
45 return (deUint8)((color >> (Channel*8)) & 0xff);
H A DtcuTextureUtil.cpp447 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components;
574 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components;
645 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components;
660 const TextureSwizzle::Channel* const map = getChannelReadSwizzle(format.order).components;
1561 TextureSwizzle::Channel writeRead = readSwizzle.components[ndx];
1600 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1613 const TextureSwizzle::Channel map = channelMap[c];
1636 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components;
1647 const TextureSwizzle::Channel map = channelMap[c];
1665 const TextureSwizzle::Channel* channelMa
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py52 class Channel: class in inherits:
310 channel = Channel(type, norm, pure, size, names[i])
317 Channel and Format classes above.'''
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m158 name = [[ANTLRCommonToken newToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart31 Stop:input.index-1] retain];
294 name = [[ANTLRCommonToken newToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart81 Stop:input.index-1] retain];
541 name = [[ANTLRCommonToken newToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart158 Stop:input.index-1] retain];
878 name = [[ANTLRCommonToken newToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart261 Stop:input.index-1] retain];
1106 name = [[ANTLRCommonToken newToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart326 Stop:input.index-1] retain];
/external/mesa3d/src/amd/vulkan/
H A Dvk_format_parse.py53 class Channel: class in inherits:
327 channel = Channel(type, norm, pure, scaled, size, names[i])
334 Channel and Format classes above.'''
/external/mesa3d/src/mesa/main/
H A Dformat_parser.py45 class Channel: class in inherits:
245 channels -- A list of Channel objects
531 channel = Channel(type, norm, size)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs250 Channel = state.channel,
/external/libmojo/ipc/
H A Dipc_message.h231 friend class Channel;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp610 header.channels().insert( "R", Channel( type ));
611 header.channels().insert( "G", Channel( type ));
612 header.channels().insert( "B", Channel( type ));
617 header.channels().insert( "Y", Channel( type ));
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.h297 std::shared_ptr<::grpc::Channel> channel_;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_master_service_impl.h42 class Channel;

Completed in 877 milliseconds

1234567