Searched refs:frame_num (Results 1 - 16 of 16) sorted by relevance

/external/libvpx/libvpx/test/
H A Duser_priv_test.cc54 int frame_num = 0; local
57 void *user_priv = reinterpret_cast<void *>(&frame_num);
60 (frame_num == 0) ? NULL : user_priv);
70 if (frame_num == 0) {
73 CheckUserPrivateData(img->user_priv, &frame_num);
86 frame_num++;
H A Derror_resilience_test.cc67 // not using LAST for frame_num >= pattern_switch.
68 int SetFrameFlags(int frame_num, argument
73 if (frame_num % 2 == 0) {
74 if (frame_num < pattern_switch || pattern_switch == 0) {
86 if (frame_num < pattern_switch || pattern_switch == 0) {
424 int SetFrameFlags(int frame_num, int num_temp_layers) { argument
427 if (frame_num % 2 == 0) {
437 if (frame_num % 4 == 0) {
441 } else if ((frame_num - 2) % 4 == 0) {
445 } else if ((frame_num
453 SetLayerId(int frame_num, int num_temp_layers) argument
[all...]
H A Ddatarate_test.cc305 int SetFrameFlags(int frame_num, int num_temp_layers) { argument
308 if (frame_num % 2 == 0) {
318 if (frame_num % 4 == 0) {
322 } else if ((frame_num - 2) % 4 == 0) {
325 } else if ((frame_num - 1) % 2 == 0) {
334 int SetLayerId(int frame_num, int num_temp_layers) { argument
337 if (frame_num % 2 == 0) {
343 if (frame_num % 4 == 0) {
345 } else if ((frame_num - 2) % 4 == 0) {
347 } else if ((frame_num
[all...]
/external/lldb/examples/python/
H A Ddiagnose_unwind.py16 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_p
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp272 UnwindLLDB::GetRegisterContextForFrameNum (uint32_t frame_num) argument
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 >
[all...]
H A DUnwindLLDB.h83 // The RegisterContext for frame_num must already exist or this returns an empty shared pointer.
85 GetRegisterContextForFrameNum (uint32_t frame_num);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc28 uptr frame_num = 0; local
37 RenderFrame(&frame_desc, common_flags()->stack_trace_format, frame_num++,
/external/libavc/common/
H A Dih264_dpb_mgr.h122 UWORD32 frame_num,
141 UWORD32 frame_num,
H A Dih264_dpb_mgr.c113 * Function to sort sort term pics by frame_num.
116 * Sorts short term fields by frame_num. For 2 fields having same frame_num,
123 * frame_num of the current pic
129 * Maximum frame_num allowed
385 * having same frame_num, orders them based on requested first field type.
572 * @param[in] frame_num
573 * frame_num for the field.
589 UWORD32 frame_num,
632 ps_dpb_info[i].ps_pic_buf->i4_frame_num = frame_num;
586 ih264_dpb_mgr_insert_ref_field(dpb_mgr_t *ps_dpb_mgr, pic_buf_t *ps_pic_buf, WORD32 reference_type, UWORD32 frame_num, WORD32 long_term_frame_idx) argument
688 ih264_dpb_mgr_insert_ref_frame(dpb_mgr_t *ps_dpb_mgr, pic_buf_t *ps_pic_buf, WORD32 reference_type, UWORD32 frame_num, WORD32 long_term_frame_idx) argument
763 WORD32 frame_num; local
[all...]
/external/webp/src/demux/
H A Ddemux.c197 static ParseStatus StoreFrame(int frame_num, uint32_t min_size, argument
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) { argument
798 if (frame_num == f->frame_num_) break;
856 iter->frame_num = first_frame->frame_num_;
875 static int SetFrame(int frame_num, WebPIterato argument
[all...]
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_ui.py66 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()
/external/webp/include/webp/
H A Ddemux.h135 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/src/webp/
H A Ddemux.h135 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/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h252 uint32_t frame_num; member in struct:pipe_h264_picture_desc
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java435 public int frame_num; field in class:H264TrackImpl.SliceHeader
477 frame_num = reader.readU(sps.log2_max_frame_num_minus4 + 4, "SliceHeader: frame_num");
503 ", frame_num=" + frame_num +
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c335 picture->frame_num = picture_info->frame_num;

Completed in 608 milliseconds