HomeSort by relevance Sort by last modified time
    Searched refs:frame_index (Results 1 - 25 of 26) sorted by null

1 2

  /external/google-breakpad/src/processor/
stackwalker_address_list.cc 78 size_t frame_index = stack->frames()->size(); local
81 if (frame_index >= frame_count_)
87 frame->instruction = frames_[frame_index];
stackwalker_selftest.cc 352 for (unsigned int frame_index = 0;
353 frame_index < stack.frames()->size();
354 ++frame_index) {
355 StackFrame *frame = stack.frames()->at(frame_index);
357 frame_index, frame->instruction);
stackwalk_common.cc 262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) {
263 const StackFrame *frame = stack->frames()->at(frame_index);
264 printf("%2d ", frame_index);
609 if (output_stack_contents && frame_index + 1 < frame_count) {
611 PrintStackContents(indent, frame, stack->frames()->at(frame_index + 1),
626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) {
    [all...]
  /external/libgsm/src/
gsm_option.c 52 result = r->frame_index;
53 if (val) r->frame_index = *val;
gsm_encode.c 109 s->frame_index = !s->frame_index;
110 if (s->frame_index) {
gsm_decode.c 23 s->frame_index = !s->frame_index;
24 if (s->frame_index) {
gsm_implode.c 119 if (s->frame_index) {
gsm_explode.c 27 if (s->frame_index == 1) {
  /external/v8/src/
deoptimizer.cc 123 int frame_index = 0; local
125 FrameDescription* frame = output_[frame_index];
129 frame_index++;
132 return frame_index - 1;
177 int frame_index = deoptimizer->ConvertJSFrameIndexToFrameIndex(jsframe_index); local
180 frame_index > 0 &&
181 deoptimizer->output_[frame_index - 1]->GetFrameType() ==
186 frame_index >= construct_offset &&
187 deoptimizer->output_[frame_index - construct_offset]->GetFrameType() ==
191 frame_index,
    [all...]
deoptimizer.h 310 void DoComputeJSFrame(TranslationIterator* iterator, int frame_index);
312 int frame_index);
314 int frame_index);
316 int frame_index,
319 int frame_index);
329 int frame_index,
919 int frame_index,
liveedit.cc 1769 int frame_index = 0; local
    [all...]
  /external/v8/test/mjsunit/
debug-step-4-in-frame.js 56 function TestCase(frame_index, step_count, expected_final_state) {
57 print("Test case, parameters " + frame_index + "/" + step_count);
72 if (frame_index !== undefined) {
73 context_frame = exec_state.frame(frame_index);
  /external/libvpx/libvpx/examples/
simple_encoder.c 123 int frame_index,
129 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1,
vp8cx_set_ref.c 70 int frame_index,
74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
set_maps.c 130 int frame_index,
134 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 123 int frame_index,
128 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1,
vp8cx_set_ref.c 70 int frame_index,
74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
set_maps.c 129 int frame_index,
133 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1379 int frame_index = 1; local
    [all...]
vp9_encoder.h 556 static INLINE int get_chessboard_index(const int frame_index) {
557 return frame_index & 0x1;
  /external/libgsm/inc/
private.h 40 unsigned char frame_index; /* odd/even chaining */ member in struct:gsm_state
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 111 const Frame& GetFrame(int frame_index) const;
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 100 const Frame& GetFrame(int frame_index) const;
  /external/libvpx/libwebm/
mkvparser.hpp 100 const Frame& GetFrame(int frame_index) const;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 111 const Frame& GetFrame(int frame_index) const;

Completed in 796 milliseconds

1 2