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

  /external/chromium_org/cc/surfaces/
surface.h 48 int frame_index() const { return frame_index_; } function in class:cc::Surface
  /external/libgsm/inc/
private.h 40 unsigned char frame_index; /* odd/even chaining */ member in struct:gsm_state
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 208 static void PopulateRtpInfo(int frame_index,
211 static void PopulateCng(int frame_index,
391 void NetEqDecodingTest::PopulateRtpInfo(int frame_index,
394 rtp_info->header.sequenceNumber = frame_index;
401 void NetEqDecodingTest::PopulateCng(int frame_index,
406 rtp_info->header.sequenceNumber = frame_index;
522 int frame_index = 0; local
525 while (frame_index < kNumFrames) {
528 int num_packets = (frame_index % 10 == 0 ? 2 : 1);
532 PopulateRtpInfo(frame_index, frame_index * kSamples, &rtp_info)
553 int frame_index = 0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 1399 int frame_index = 1; local
    [all...]
  /external/chromium_org/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...]
liveedit.cc 1769 int frame_index = 0; local
    [all...]

Completed in 1273 milliseconds