Home | History | Annotate | Download | only in android

Lines Matching refs:stream_id

24   virtual void BindToCurrentThread(int32 stream_id) OVERRIDE;
63 void StreamTextureProxyImpl::BindToCurrentThread(int stream_id) {
65 host_->Initialize(stream_id);
99 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
102 new GpuChannelMsg_EstablishStreamTexture(stream_id, view_id_, player_id));
110 unsigned stream_id = 0;
113 stream_id = context_->createStreamTextureCHROMIUM(*texture_id);
122 return stream_id;
136 int32 stream_id, const gfx::Size& size) {
137 channel_->Send(new GpuChannelMsg_SetStreamTextureSize(stream_id, size));