HomeSort by relevance Sort by last modified time
    Searched defs:video_info (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 765 cricket::ContentInfo* video_info = local
767 ASSERT_TRUE(video_info != NULL);
768 video_info->rejected = true;
    [all...]
statscollector.cc 526 cricket::VideoMediaInfo video_info; local
527 if (!session_->video_channel()->GetStats(&video_info)) {
538 ExtractStatsFromList(video_info.receivers, transport_id, this);
539 ExtractStatsFromList(video_info.senders, transport_id, this);
540 if (video_info.bw_estimations.size() != 1) {
541 LOG(LS_ERROR) << "BWEs count: " << video_info.bw_estimations.size();
545 video_info.bw_estimations[0], stats_gathering_started_, report);
webrtcsession.cc 210 const cricket::ContentInfo* video_info = local
212 if (!video_info) {
217 video_info->description);
1257 const cricket::ContentInfo* video_info = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 603 const ContentInfo* video_info = local
605 if (video_info == NULL) {
612 ContentInfo(video_info->name, video_info->type, description.get()));
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 249 struct video_info struct
307 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /development/ndk/platforms/android-3/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /external/kernel-headers/original/linux/
videodev.h 218 /* video_info is biased towards hardware mpeg encode/decode */
220 struct video_info struct
273 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 201 /* video_info is biased towards hardware mpeg encode/decode */
203 struct video_info struct
256 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 201 /* video_info is biased towards hardware mpeg encode/decode */
203 struct video_info struct
256 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 201 /* video_info is biased towards hardware mpeg encode/decode */
203 struct video_info struct
256 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardware */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 215 struct video_info struct
266 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 215 struct video_info struct
266 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
videodev.h 198 struct video_info struct
249 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info)

Completed in 326 milliseconds

1 2 3