HomeSort by relevance Sort by last modified time
    Searched full:frame_ (Results 1 - 25 of 25) sorted by null

  /external/libvpx/libvpx/test/
i420_video_source.h 33 frame_(0),
58 frame_ = start_;
63 ++frame_;
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
70 virtual vpx_codec_pts_t pts() const { return frame_; }
79 virtual unsigned int frame() const { return frame_; }
98 limit_ = frame_;
109 unsigned int frame_; member in class:libvpx_test::I420VideoSource
y4m_video_source.h 30 frame_(0),
53 frame_ = 0;
66 ++frame_;
71 return (frame_ < limit_) ? img_.get() : NULL;
75 virtual vpx_codec_pts_t pts() const { return frame_; }
84 virtual unsigned int frame() const { return frame_; }
109 unsigned int frame_; member in class:libvpx_test::Y4mVideoSource
webm_video_source.h 33 frame_(0),
59 ++frame_;
76 virtual unsigned int frame_number() const { return frame_; }
84 unsigned int frame_; member in class:libvpx_test::WebMVideoSource
ivf_video_source.h 36 frame_(0),
71 ++frame_;
98 virtual unsigned int frame_number() const { return frame_; }
105 unsigned int frame_; member in class:libvpx_test::IVFVideoSource
video_source.h 149 frame_ = 0;
154 ++frame_;
159 return (frame_ < limit_) ? img_ : NULL;
163 virtual vpx_codec_pts_t pts() const { return frame_; }
172 virtual unsigned int frame() const { return frame_; }
196 unsigned int frame_; member in class:libvpx_test::DummyVideoSource
211 frame_ = 0;
220 if (frame_ % 30 < 15)
resize_test.cc 109 ++frame_;
110 SetSize(ScaleForFrameNumber(frame_, kInitialWidth),
111 ScaleForFrameNumber(frame_, kInitialHeight));
y4m_test.cc 86 frame_ = 0;
150 frame_ = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 33 frame_(0),
58 frame_ = start_;
63 ++frame_;
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
70 virtual vpx_codec_pts_t pts() const { return frame_; }
79 virtual unsigned int frame() const { return frame_; }
98 limit_ = frame_;
109 unsigned int frame_; member in class:libvpx_test::I420VideoSource
y4m_video_source.h 30 frame_(0),
51 frame_ = 0;
60 ++frame_;
65 return (frame_ < limit_) ? img_.get() : NULL;
69 virtual vpx_codec_pts_t pts() const { return frame_; }
78 virtual unsigned int frame() const { return frame_; }
103 unsigned int frame_; member in class:libvpx_test::Y4mVideoSource
ivf_video_source.h 36 frame_(0),
71 ++frame_;
98 virtual unsigned int frame_number() const { return frame_; }
105 unsigned int frame_; member in class:libvpx_test::IVFVideoSource
video_source.h 94 frame_ = 0;
99 ++frame_;
104 return (frame_ < limit_) ? img_ : NULL;
108 virtual vpx_codec_pts_t pts() const { return frame_; }
117 virtual unsigned int frame() const { return frame_; }
137 unsigned int frame_; member in class:libvpx_test::DummyVideoSource
152 frame_ = 0;
160 if (frame_ % 30 < 15)
webm_video_source.h 86 frame_(0),
132 ++frame_;
173 virtual unsigned int frame_number() const { return frame_; }
185 unsigned int frame_; member in class:libvpx_test::WebMVideoSource
resize_test.cc 109 ++frame_;
110 SetSize(ScaleForFrameNumber(frame_, kInitialWidth),
111 ScaleForFrameNumber(frame_, kInitialHeight));
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 68 webrtc::AudioFrame* frame_; member in class:__anon21364::ApmTest
83 frame_(NULL),
92 frame_ = new AudioFrame();
99 frame_->_payloadDataLengthInSamples = 320;
100 frame_->_audioChannel = 2;
101 frame_->_frequencyInHz = 32000;
117 if (frame_) {
118 delete frame_;
120 frame_ = NULL;
353 apm_->ProcessStream(frame_));
    [all...]
  /external/v8/src/
frames.cc 60 frame_(NULL), handler_(NULL),
85 StackFrame::Type type = frame_->GetCallerState(&state);
88 StackHandlerIterator it(frame_, handler_);
93 frame_ = SingletonFor(type, &state);
107 frame_ = SingletonFor(type, &state);
235 frame_ = SingletonFor(type, &state);
236 if (frame_ == NULL) return;
240 if (frame_ != NULL && !frame_->is_exit() &&
242 external_callback_scope_->scope_address() < frame_->fp())
    [all...]
frames-inl.h 327 DCHECK(frame_->is_java_script() || frame_->is_exit());
328 return frame_;
frames.h 805 bool done() const { return frame_ == NULL; }
815 StackFrame* frame_;
844 return frame_;
debug-debugger.js 998 this.frame_ = new FrameMirror(break_id, 0);
1009 return this.frame_.func();
1014 return this.frame_.sourceLine();
1019 return this.frame_.sourceColumn();
1024 return this.frame_.sourceLineText();
1037 body: { invocationText: this.frame_.invocationText() }
    [all...]
runtime.cc     [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 293 sprintf(framenumber, "/data/frame_%ld.txt", frameInfo->runningFrame);
  /external/v8/src/compiler/
instruction.h 863 Frame* frame() { return &frame_; }
930 Frame frame_;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 125 frame_(NULL),
133 delete[] frame_;
143 delete[] frame_;
144 frame_ = data;
147 memcpy(frame_, frame, static_cast<size_t>(length_));
    [all...]
mkvmuxer.hpp 73 // Copies |frame| data into |frame_|. Returns true on success.
84 const uint8* frame() const { return frame_; }
111 uint8* frame_; member in class:mkvmuxer::Frame
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 128 frame_(NULL),
137 delete [] frame_;
147 delete [] frame_;
148 frame_ = data;
151 memcpy(frame_, frame, static_cast<size_t>(length_));
    [all...]
mkvmuxer.hpp 73 // Copies |frame| data into |frame_|. Returns true on success.
85 const uint8* frame() const { return frame_; }
112 uint8* frame_; member in class:mkvmuxer::Frame
    [all...]

Completed in 626 milliseconds