Home
last modified time | relevance | path

Searched refs:start_ (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Di420_video_source.h31 start_(start), in I420VideoSource()
54 if (start_) { in Begin()
55 fseek(input_file_, static_cast<unsigned>(raw_sz_) * start_, SEEK_SET); in Begin()
58 frame_ = start_; in Begin()
107 unsigned int start_; variable
Dy4m_video_source.h28 start_(start), in Y4mVideoSource()
52 for (unsigned int i = 0; i < start_; i++) { in Begin()
101 unsigned int start_; variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp2338 long long start_, in Cues() argument
2343 m_start(start_), in Cues()
2350 m_pos(start_) in Cues()
3110 long long start_, in Parse() argument
3113 const long long stop = start_ + size_; in Parse()
3114 long long pos = start_; in Parse()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp2368 long long start_, in Cues() argument
2373 m_start(start_), in Cues()
2380 m_pos(start_) in Cues()
3137 long long start_, in Parse() argument
3140 const long long stop = start_ + size_; in Parse()
3141 long long pos = start_; in Parse()