GetEncodedVideoFrame 66 media/cast/cast_receiver.h virtual void GetEncodedVideoFrame( GetEncodedVideoFrame 40 media/cast/cast_receiver_impl.cc base::Bind(&VideoReceiver::GetEncodedVideoFrame, GetEncodedVideoFrame 30 media/cast/framer/frame_buffer.h bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame) const; GetEncodedVideoFrame 39 media/cast/framer/frame_buffer_unittest.cc EXPECT_TRUE(buffer_.GetEncodedVideoFrame(&frame)); GetEncodedVideoFrame 49 media/cast/framer/frame_buffer_unittest.cc EXPECT_FALSE(buffer_.GetEncodedVideoFrame(&frame)); GetEncodedVideoFrame 57 media/cast/framer/frame_buffer_unittest.cc EXPECT_TRUE(buffer_.GetEncodedVideoFrame(&frame)); GetEncodedVideoFrame 73 media/cast/framer/frame_buffer_unittest.cc EXPECT_TRUE(buffer_.GetEncodedVideoFrame(&frame)); GetEncodedVideoFrame 118 media/cast/framer/framer.cc return it->second->GetEncodedVideoFrame(video_frame); GetEncodedVideoFrame 47 media/cast/framer/framer.h bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame, GetEncodedVideoFrame 45 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 58 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 64 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 82 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 95 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 103 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 120 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 128 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 137 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 146 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 159 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 167 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 176 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 185 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 200 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 212 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 226 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 236 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 254 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 269 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 274 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 288 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 298 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 328 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 331 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 335 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 344 media/cast/framer/framer_unittest.cc EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 351 media/cast/framer/framer_unittest.cc EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &next_frame)); GetEncodedVideoFrame 113 media/cast/video_receiver/video_receiver.cc GetEncodedVideoFrame(base::Bind( GetEncodedVideoFrame 180 media/cast/video_receiver/video_receiver.cc if (!framer_->GetEncodedVideoFrame(encoded_frame.get(), &next_frame)) { GetEncodedVideoFrame 283 media/cast/video_receiver/video_receiver.cc if (!framer_->GetEncodedVideoFrame(encoded_frame.get(), &next_frame)) { GetEncodedVideoFrame 434 media/cast/video_receiver/video_receiver.cc base::Bind(&VideoReceiver::GetEncodedVideoFrame, GetEncodedVideoFrame 55 media/cast/video_receiver/video_receiver.h void GetEncodedVideoFrame(const VideoFrameEncodedCallback& callback); GetEncodedVideoFrame 118 media/cast/video_receiver/video_receiver_unittest.cc receiver_->GetEncodedVideoFrame(frame_to_decode_callback); GetEncodedVideoFrame 143 media/cast/video_receiver/video_receiver_unittest.cc receiver_->GetEncodedVideoFrame(frame_to_decode_callback);