Searched refs:frames_ (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/processor/
H A Dcall_stack.cc46 for (vector<StackFrame *>::const_iterator iterator = frames_.begin();
47 iterator != frames_.end();
H A Dstackwalker_address_list.cc55 frames_(frames),
66 frame->instruction = frames_[0];
87 frame->instruction = frames_[frame_index];
H A Dstackwalker_address_list.h64 const uint64_t* frames_; member in class:google_breakpad::StackwalkerAddressList
H A Dstackwalker.cc172 stack->frames_.push_back(frame.release());
173 if (stack->frames_.size() > max_frames_) {
/external/google-breakpad/src/google_breakpad/processor/
H A Dcall_stack.h65 const vector<StackFrame*>* frames() const { return &frames_; }
68 // Stackwalker is responsible for building the frames_ vector.
72 vector<StackFrame*> frames_; member in class:google_breakpad::CallStack
/external/libvpx/libvpx/test/
H A Dencode_perf_test.cc27 uint32_t bitrate_, int frames_)
32 frames(frames_) {}
26 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, uint32_t bitrate_, int frames_) argument
/external/webp/src/demux/
H A Ddemux.c71 Frame* frames_; member in struct:WebPDemuxer
426 if (dmux->frames_ != NULL) return PARSE_ERROR;
597 const Frame* const frame = dmux->frames_;
631 const Frame* f = dmux->frames_;
637 if (dmux->state_ == WEBP_DEMUX_DONE && dmux->frames_ == NULL) return 0;
701 dmux->frames_tail_ = &dmux->frames_;
761 for (f = dmux->frames_; f != NULL;) {
797 for (f = dmux->frames_; f != NULL; f = f->next_) {
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1955 frames_(NULL),
1988 if (frames_) {
1990 Frame* const frame = frames_[i];
1993 delete[] frames_;
2789 const Frame* const f = frames_[0]; // earliest queued frame
2940 frames[i] = frames_[i];
2943 delete[] frames_;
2944 frames_ = frames;
2948 frames_[frames_size_++] = frame;
2954 if (frames_
[all...]
H A Dmkvmuxer.hpp1299 Frame** frames_; member in class:mkvmuxer::Segment
/external/v8/src/
H A Dobjects-inl.h3654 frames_[depth_++ & kDepthMask] = string;
3660 frames_[(depth_-1) & kDepthMask] = string;
H A Dobjects.h9323 ConsString* frames_[kStackSize]; member in class:v8::internal::String::FlatContent::ConsStringIteratorOp
H A Dobjects.cc8218 frames_[0] = cons_string;
8287 ConsString* cons_string = frames_[OffsetForDepth(depth_ - 1)];

Completed in 527 milliseconds