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

1 2 3

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 20 static void PrintStackFramePrefix(InternalScopedString *buffer, uptr frame_num,
22 buffer->append(" #%zu 0x%zx", frame_num, pc);
33 uptr frame_num = 0; local
42 PrintStackFramePrefix(&frame_desc, frame_num, pc);
45 frame_num++;
51 PrintStackFramePrefix(&frame_desc, frame_num, pc);
66 frame_num++;
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 332 int64 frame_num,
341 << ", frame_num=" << frame_num
349 FrameNavigationState::FrameID frame_id(frame_num, render_view_host);
366 frame_num,
374 int64 frame_num,
382 << ", frame_num=" << frame_num
387 FrameNavigationState::FrameID frame_id(frame_num, render_view_host);
424 frame_num,
478 frame_num, local
494 << ", frame_num=" << frame_num << ")"; local
504 frame_num); local
579 frame_num, local
642 frame_num, local
    [all...]
frame_navigation_state.cc 30 : frame_num(-1),
35 int64 frame_num,
37 : frame_num(frame_num),
43 return frame_num < other.frame_num ||
44 (frame_num == other.frame_num &&
50 return frame_num == other.frame_num &
    [all...]
web_navigation_api.h 60 int64 frame_num,
68 int64 frame_num,
75 int64 frame_num,
83 int64 frame_num,
86 int64 frame_num,
91 int64 frame_num,
107 int64 frame_num) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender_unittest.cc 25 << " frame_num: " << frame_num_;
29 int frame_num() const { function in class:WebRtcPassthroughRenderTest::ExternalRenderer
123 EXPECT_EQ(0, renderer1.frame_num());
130 EXPECT_EQ(test_frame_num, renderer1.frame_num());
138 EXPECT_EQ(test_frame_num, renderer1.frame_num());
146 EXPECT_EQ(test_frame_num, renderer2.frame_num());
  /system/core/include/backtrace/
Backtrace.h 89 virtual std::string FormatFrameData(size_t frame_num);
96 const backtrace_frame_data_t* GetFrame(size_t frame_num) {
97 if (frame_num >= frames_.size()) {
100 return &frames_[frame_num];
  /external/lldb/source/Plugins/Process/Utility/
UnwindLLDB.cpp 272 UnwindLLDB::GetRegisterContextForFrameNum (uint32_t frame_num)
275 if (frame_num < m_frames.size())
276 reg_ctx_sp = m_frames[frame_num]->reg_ctx_lldb_sp;
283 int64_t frame_num = starting_frame_num; local
284 if (frame_num >= m_frames.size())
288 // isn't saved by frame_num, none of the frames lower on the stack will have a useful value.
292 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc);
298 while (frame_num >= 0)
301 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc);
309 && frame_num > 0
    [all...]
  /external/lldb/examples/python/
diagnose_unwind.py 16 def backtrace_print_frame (target, frame_num, addr, fp):
20 if frame_num > 0:
39 print '%2d: pc==0x%-*x fp==0x%-*x' % (frame_num, addr_width, addr_for_printing, addr_width, fp)
46 print '%2d: pc==0x%-*x fp==0x%-*x %s %s + %d' % (frame_num, addr_width, addr_for_printing, addr_width, fp, module_description, sym_ctx.GetSymbol().GetName(), offset)
48 print '%2d: pc==0x%-*x fp==0x%-*x %s' % (frame_num, addr_width, addr_for_printing, addr_width, fp, module_description)
82 frame_num = 1
86 this_module = backtrace_print_frame (target, frame_num, cur_pc, cur_fp)
91 frame_num = frame_num + 1
107 this_module = backtrace_print_frame (target, frame_num, cur_pc, cur_fp
    [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 197 static ParseStatus StoreFrame(int frame_num, uint32_t min_size,
226 frame->frame_num_ = frame_num;
256 frame->frame_num_ = frame_num;
345 const int frame_num = 1; // All fragments belong to the 1st (and only) frame. local
361 status = StoreFrame(frame_num, frgm_payload_size, mem, frame);
793 // Find the first 'frame_num' frame. There may be multiple such frames in a
795 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) {
798 if (frame_num == f->frame_num_) break;
856 iter->frame_num = first_frame->frame_num_;
875 static int SetFrame(int frame_num, WebPIterator* const iter)
    [all...]
  /external/webp/src/demux/
demux.c 197 static ParseStatus StoreFrame(int frame_num, uint32_t min_size,
226 frame->frame_num_ = frame_num;
256 frame->frame_num_ = frame_num;
345 const int frame_num = 1; // All fragments belong to the 1st (and only) frame. local
361 status = StoreFrame(frame_num, frgm_payload_size, mem, frame);
793 // Find the first 'frame_num' frame. There may be multiple such frames in a
795 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) {
798 if (frame_num == f->frame_num_) break;
856 iter->frame_num = first_frame->frame_num_;
875 static int SetFrame(int frame_num, WebPIterator* const iter)
    [all...]
  /external/chromium_org/content/common/gpu/media/
h264_dpb.h 39 int frame_num; // from slice header member in struct:content::H264Picture
100 // Return the short reference picture with lowest frame_num. Used for sliding
vaapi_h264_decoder.cc 141 va_pic->frame_idx = pic->frame_num;
290 pic_param.frame_num = curr_pic_->frame_num;
516 curr_pic_->frame_num = curr_pic_->pic_num = slice_hdr->frame_num;
613 else if (prev_frame_num_ > slice_hdr->frame_num)
620 abs_frame_num = curr_pic_->frame_num_offset + slice_hdr->frame_num;
674 else if (prev_frame_num_ > slice_hdr->frame_num)
684 2 * (curr_pic_->frame_num_offset + slice_hdr->frame_num) - 1;
687 slice_hdr->frame_num);
    [all...]
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py 66 frame_num = frame.GetFrameID()
68 while not le.IsValid() and frame_num < thread.GetNumFrames():
69 frame_num += 1
70 le = thread.GetFrameAtIndex(frame_num).GetLineEntry()
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 141 int bframes, intracnt, frame_num;
156 frame_num = atoi(argv[3]);
168 for (i = 0; i < frame_num; i++) {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
datarate_test.cc 226 int SetFrameFlags(int frame_num, int num_temp_layers) {
229 if (frame_num % 2 == 0) {
239 if (frame_num % 4 == 0) {
243 } else if ((frame_num - 2) % 4 == 0) {
246 } else if ((frame_num - 1) % 2 == 0) {
255 int SetLayerId(int frame_num, int num_temp_layers) {
258 if (frame_num % 2 == 0) {
264 if (frame_num % 4 == 0) {
266 } else if ((frame_num - 2) % 4 == 0) {
268 } else if ((frame_num - 1) % 2 == 0)
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 226 int SetFrameFlags(int frame_num, int num_temp_layers) {
229 if (frame_num % 2 == 0) {
239 if (frame_num % 4 == 0) {
243 } else if ((frame_num - 2) % 4 == 0) {
246 } else if ((frame_num - 1) % 2 == 0) {
255 int SetLayerId(int frame_num, int num_temp_layers) {
258 if (frame_num % 2 == 0) {
264 if (frame_num % 4 == 0) {
266 } else if ((frame_num - 2) % 4 == 0) {
268 } else if ((frame_num - 1) % 2 == 0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 226 int SetFrameFlags(int frame_num, int num_temp_layers) {
229 if (frame_num % 2 == 0) {
239 if (frame_num % 4 == 0) {
243 } else if ((frame_num - 2) % 4 == 0) {
246 } else if ((frame_num - 1) % 2 == 0) {
255 int SetLayerId(int frame_num, int num_temp_layers) {
258 if (frame_num % 2 == 0) {
264 if (frame_num % 4 == 0) {
266 } else if ((frame_num - 2) % 4 == 0) {
268 } else if ((frame_num - 1) % 2 == 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 156 /* log2(maxFrameNum) -> num bits to represent frame_num */
167 EPRINT("frame_num");
774 Peek value of frame_num from the slice header. Function does not
827 /* log2(maxFrameNum) -> num bits to represent frame_num */
833 /* frame_num */
908 /* log2(maxFrameNum) -> num bits to represent frame_num */
914 /* skip frame_num */
993 /* log2(maxFrameNum) -> num bits to represent frame_num */
999 /* skip frame_num */
1094 /* log2(maxFrameNum) -> num bits to represent frame_num */
    [all...]
  /system/core/libbacktrace/
BacktraceImpl.cpp 93 std::string Backtrace::FormatFrameData(size_t frame_num) {
94 if (frame_num >= frames_.size()) {
97 return FormatFrameData(&frames_[frame_num]);
  /external/chromium_org/third_party/libwebp/webp/
demux.h 135 int frame_num; member in struct:WebPIterator
145 WebPData fragment; // The frame or fragment given by 'frame_num' and
164 // Sets 'iter->fragment' to point to the next ('iter->frame_num' + 1) or
165 // previous ('iter->frame_num' - 1) frame. These functions do not loop.
  /external/webp/include/webp/
demux.h 135 int frame_num; member in struct:WebPIterator
145 WebPData fragment; // The frame or fragment given by 'frame_num' and
164 // Sets 'iter->fragment' to point to the next ('iter->frame_num' + 1) or
165 // previous ('iter->frame_num' - 1) frame. These functions do not loop.
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h 102 uint32_t frame_num; member in struct:_slice_header_t
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 102 uint32_t frame_num; member in struct:_slice_header_t
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp 247 uint32_t frame_num = mFrameNum; local
252 frame_num = frame_num % (idrPeroid + 1);
254 frame_num = frame_num % idrPeroid ;
261 if(frame_num ==0){
267 if((frame_num > 1) &&((frame_num -1)%intraPeriod == 0))
272 if(((frame_num-1)%intraPeriod == 0)&&(frame_num >intraPeriod)
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 285 static void avcenc_update_sei_param(int frame_num)
297 avcenc_context.i_cpb_removal_delay * frame_num,
324 static void avcenc_update_picture_parameter(int slice_type, int frame_num, int display_num, int is_idr)
338 pic_param->frame_num = frame_num;
504 static int begin_picture(FILE *yuv_fp, int frame_num, int display_num, int slice_type, int is_idr)
522 if (frame_num == 0) {
    [all...]

Completed in 646 milliseconds

1 2 3