HomeSort by relevance Sort by last modified time
    Searched defs:video_track (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmdec.h 26 uint32_t video_track; member in struct:WebmInputContext
  /external/libvpx/libvpx/
webmenc.cc 48 mkvmuxer::VideoTrack* const video_track = member in class:mkvmuxer
51 video_track->SetStereoMode(stereo_fmt);
67 video_track->set_codec_id(codec_id);
74 video_track->set_display_width(display_width);
75 video_track->set_display_height(cfg->g_h);
78 video_track->set_uid(kDebugTrackUid);
webmdec.cc 87 const mkvparser::VideoTrack* video_track = NULL; local
91 video_track = static_cast<const mkvparser::VideoTrack*>(track);
97 if (video_track == NULL || video_track->GetCodecId() == NULL) {
102 if (!strncmp(video_track->GetCodecId(), "V_VP8", 5)) {
104 } else if (!strncmp(video_track->GetCodecId(), "V_VP9", 5)) {
106 } else if (!strncmp(video_track->GetCodecId(), "V_VP10", 6)) {
115 vpx_ctx->width = static_cast<uint32_t>(video_track->GetWidth());
116 vpx_ctx->height = static_cast<uint32_t>(video_track->GetHeight());
  /external/webrtc/talk/app/webrtc/
rtpsender.cc 243 VideoTrackInterface* video_track = static_cast<VideoTrackInterface*>(track); local
252 track_ = video_track;
peerconnection.cc 1583 VideoTrackInterface* video_track = local
1605 rtc::scoped_refptr<VideoTrackInterface> video_track = local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_qt.cpp 1288 Track video_track = nil; local
    [all...]

Completed in 236 milliseconds