Searched defs:Channel (Results 26 - 40 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dircbot.py111 self.channels[ch] = Channel()
311 class Channel: class in inherits:
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_manager.cc278 LOG(LS_VERBOSE) << "Channel group deleted for channel " << channel_id;
281 LOG(LS_VERBOSE) << "Channel deleted " << channel_id;
472 LOG(LS_ERROR) << "Channel doesn't exist " << channel_id;
560 ViEChannel* ViEChannelManagerScoped::Channel(int vie_channel_id) const { function in class:webrtc::ViEChannelManagerScoped
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp137 unsigned Channel = MI->getOperand(ChanOpIdx).getImm(); local
138 unsigned Address = calculateIndirectAddress(RegIndex, Channel);
152 unsigned Channel = MI->getOperand(ChanOpIdx).getImm(); local
153 unsigned Address = calculateIndirectAddress(RegIndex, Channel);
160 calculateIndirectAddress(RegIndex, Channel),
H A DR600ISelLowering.cpp1316 unsigned &Channel,
1321 Channel = 0;
1329 Channel = ElemIdx % 2;
1337 Channel = ElemIdx;
1433 unsigned Channel, PtrIncr; local
1434 getStackAddress(StackWidth, i, Channel, PtrIncr);
1442 DAG.getTargetConstant(Channel, MVT::i32));
1450 DAG.getTargetConstant(0, MVT::i32)); // Channel
1617 unsigned Channel, PtrIncr; local
1618 getStackAddress(StackWidth, i, Channel, PtrInc
1314 getStackAddress(unsigned StackWidth, unsigned ElemIdx, unsigned &Channel, unsigned &PtrIncr) const argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc32 enum Channel { enum in namespace:__anon5774
320 Channel channel,
326 Channel channel,
429 Channel channel,
479 Channel channel,
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h156 class Channel: class in namespace:webrtc::voe
170 virtual ~Channel();
171 static int32_t CreateChannel(Channel*& channel,
175 Channel(int32_t channelId, uint32_t instanceId, const Config& config);
H A Dchannel.cc94 explicit VoEBitrateObserver(Channel* owner)
107 Channel* owner_;
111 Channel::SendData(FrameType frameType,
119 "Channel::SendData(frameType=%u, payloadType=%u, timeStamp=%u,"
147 "Channel::SendData() failed to send data to RTP/RTCP module");
158 Channel::InFrameType(int16_t frameType)
161 "Channel::InFrameType(frameType=%d)", frameType);
170 Channel::OnRxVadDetected(int vadDecision)
173 "Channel::OnRxVadDetected(vadDecision=%d)", vadDecision);
185 Channel
842 Channel::Channel(int32_t channelId, function in class:webrtc::voe::Channel
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc148 int Channel(SkBitmap* pixels, int x, int y, int c) { function in class:content::GLHelperTest
188 formatted.append(base::StringPrintf("%3d, ", Channel(pixels, x, y, c)));
422 int a = Channel(truth, x, y, c);
425 ? Channel(other, x, y, (c + 2) & 2)
426 : Channel(other, x, y, c);
432 LOG(ERROR) << "Channel " << i << ":";
437 LOG(ERROR) << "Channel " << i << ":";
443 LOG(ERROR) << "Channel " << i << ":";
458 return Channel(pixels, x, y, c) / 255.0;
604 int c0 = Channel(bitma
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h263 struct Channel { struct in class:cricket::FakeWebRtcVideoEngine
264 Channel() function in struct:cricket::FakeWebRtcVideoEngine::Channel
401 for (std::map<int, Channel*>::const_iterator iter = channels_.begin();
598 std::map<int, Channel*>::const_iterator it;
662 Channel* ch = new Channel();
798 std::map<int, Channel*>::const_iterator it = channels_.find(channel);
1159 std::map<int, Channel*>::const_iterator it = channels_.find(channel);
1176 std::map<int, Channel*>::const_iterator it = channels_.find(channel);
1189 std::map<int, Channel*>
[all...]
H A Dfakewebrtcvoiceengine.h178 struct Channel { struct in class:cricket::FakeWebRtcVoiceEngine
179 explicit Channel() function in struct:cricket::FakeWebRtcVoiceEngine::Channel
278 for (std::map<int, Channel*>::const_iterator i = channels_.begin();
290 for (std::map<int, Channel*>::const_iterator iter = channels_.begin();
396 Channel* ch = new Channel();
545 const Channel* c = channels_[channel];
574 Channel* ch = channels_[channel];
576 return -1; // Channel is in use.
611 Channel* c
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc85 typedef ChannelT Channel; typedef in class:Traits
265 typename T::Channel* CreateChannel(rtc::Thread* thread,
270 typename T::Channel* channel = new typename T::Channel(
518 void OnMediaMonitor(typename T::Channel* channel,
527 void OnMediaChannelError(typename T::Channel* channel,
860 // Channel 2 do not send anything.
884 // Channel 1 replies but stop sending stream1.
1824 rtc::scoped_ptr<typename T::Channel> channel1_;
1825 rtc::scoped_ptr<typename T::Channel> channel2
[all...]
/external/deqp/framework/common/
H A DtcuTexture.cpp87 enum Channel enum in namespace:tcu::__anon19696
128 const Channel* getChannelReadMap (TextureFormat::ChannelOrder order)
130 static const Channel INV[] = { CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ONE };
131 static const Channel R[] = { CHANNEL_0, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ONE };
132 static const Channel A[] = { CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_0 };
133 static const Channel I[] = { CHANNEL_0, CHANNEL_0, CHANNEL_0, CHANNEL_0 };
134 static const Channel L[] = { CHANNEL_0, CHANNEL_0, CHANNEL_0, CHANNEL_ONE };
135 static const Channel LA[] = { CHANNEL_0, CHANNEL_0, CHANNEL_0, CHANNEL_1 };
136 static const Channel RG[] = { CHANNEL_0, CHANNEL_1, CHANNEL_ZERO, CHANNEL_ONE };
137 static const Channel R
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 238 milliseconds

12