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

1 2

  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
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,
74 int64 frame_num,
81 int64 frame_num,
84 int64 frame_num,
89 int64 frame_num,
102 int64 frame_num) OVERRIDE;
web_navigation_api.cc 364 int64 frame_num,
373 << ", frame_num=" << frame_num
381 FrameNavigationState::FrameID frame_id(frame_num, render_view_host);
398 frame_num,
406 int64 frame_num,
413 << ", frame_num=" << frame_num
418 FrameNavigationState::FrameID frame_id(frame_num, render_view_host);
458 frame_num,
511 frame_num, local
527 << ", frame_num=" << frame_num << ")"; local
537 frame_num); local
612 frame_num, local
663 frame_num, local
    [all...]
frame_navigation_state.h 28 FrameID(int64 frame_num, content::RenderViewHost* render_view_host);
34 int64 frame_num; member in struct:extensions::FrameNavigationState::FrameID
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 45 static void PrintStackFramePrefix(uptr frame_num, uptr pc) {
46 Printf(" #%zu 0x%zx", frame_num, pc);
71 uptr frame_num = 0; local
81 PrintStackFramePrefix(frame_num, pc);
86 frame_num++;
95 PrintStackFramePrefix(frame_num, pc);
108 frame_num++;
114 PrintStackFramePrefix(frame_num, pc);
122 frame_num++;
  /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());
  /external/chromium_org/third_party/libwebp/demux/
demux.c 201 static ParseStatus StoreFrame(int frame_num, uint32_t min_size,
232 frame->frame_num_ = frame_num;
262 frame->frame_num_ = frame_num;
348 const int frame_num = 1; // All fragments belong to the 1st (and only) frame. local
364 status = StoreFrame(frame_num, frgm_payload_size, mem, frame, NULL);
768 // Find the first 'frame_num' frame. There may be multiple such frames in a
770 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) {
773 if (frame_num == f->frame_num_) break;
831 iter->frame_num = first_frame->frame_num_;
848 static int SetFrame(int frame_num, WebPIterator* const iter)
    [all...]
  /external/webp/src/demux/
demux.c 201 static ParseStatus StoreFrame(int frame_num, uint32_t min_size,
230 frame->frame_num_ = frame_num;
260 frame->frame_num_ = frame_num;
349 const int frame_num = 1; // All fragments belong to the 1st (and only) frame. local
365 status = StoreFrame(frame_num, frgm_payload_size, mem, frame);
768 // Find the first 'frame_num' frame. There may be multiple such frames in a
770 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) {
773 if (frame_num == f->frame_num_) break;
831 iter->frame_num = first_frame->frame_num_;
850 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
99 // Return the short reference picture with lowest frame_num. Used for sliding
vaapi_h264_decoder.cc 139 va_pic->frame_idx = pic->frame_num;
288 pic_param.frame_num = curr_pic_->frame_num;
493 curr_pic_->frame_num = curr_pic_->pic_num = slice_hdr->frame_num;
589 else if (prev_frame_num_ > slice_hdr->frame_num)
596 abs_frame_num = curr_pic_->frame_num_offset + slice_hdr->frame_num;
650 else if (prev_frame_num_ > slice_hdr->frame_num)
660 2 * (curr_pic_->frame_num_offset + slice_hdr->frame_num) - 1;
663 slice_hdr->frame_num);
    [all...]
h264_parser.h 176 int frame_num; member in struct:content::H264SliceHeader
  /external/chromium_org/third_party/libwebp/webp/
demux.h 127 int frame_num; member in struct:WebPIterator
137 WebPData fragment; // The frame or fragment given by 'frame_num' and
154 // Sets 'iter->fragment' to point to the next ('iter->frame_num' + 1) or
155 // previous ('iter->frame_num' - 1) frame. These functions do not loop.
  /external/webp/include/webp/
demux.h 127 int frame_num; member in struct:WebPIterator
137 WebPData fragment; // The frame or fragment given by 'frame_num' and
156 // Sets 'iter->fragment' to point to the next ('iter->frame_num' + 1) or
157 // previous ('iter->frame_num' - 1) frame. These functions do not loop.
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 343 status = BitstreamWriteBits(stream, currSPS->log2_max_frame_num_minus4 + 4, sliceHdr->frame_num);
723 else if (video->prevFrameNum > sliceHdr->frame_num)
734 video->absFrameNum = video->FrameNumOffset + sliceHdr->frame_num;
838 else if (video->prevFrameNum > sliceHdr->frame_num)
853 video->PicOrderCnt = 2 * (video->FrameNumOffset + sliceHdr->frame_num) - 1;
857 video->PicOrderCnt = 2 * (video->FrameNumOffset + sliceHdr->frame_num);
886 video->prevFrameNum = sliceHdr->frame_num;
    [all...]
init.cpp 50 have to be re-assigned per slice basis such as frame_num, slice_type,
744 /************* set frame_num ********************/
749 sliceHdr->frame_num = 0;
751 /* otherwise, it's set to previous reference frame access unit's frame_num in decoding order,
753 /* There's also restriction on the frame_num, see page 59 of JVT-I1010.doc. */
754 /* Basically, frame_num can't be repeated unless it's opposite fields or non reference fields */
757 sliceHdr->frame_num = (video->PrevRefFrameNum + 1) % video->MaxFrameNum;
759 video->CurrPicNum = sliceHdr->frame_num; /* for field_pic_flag = 0 */
760 //video->CurrPicNum = 2*sliceHdr->frame_num + 1; /* for field_pic_flag = 1 */
779 video->currFS->FrameNum = video->sliceHdr->frame_num;
    [all...]
motion_est.cpp 317 && ((rateCtrl->frame_rate < 5.0) || (video->sliceHdr->frame_num > MIN_GOP)))
615 if (((int)video->sliceHdr->frame_num) % 30 == 1)
751 if (((int)video->sliceHdr->frame_num) % 30 == 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 252 uint32_t frame_num; member in struct:pipe_h264_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 252 uint32_t frame_num; member in struct:pipe_h264_picture_desc
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 435 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 +
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 45 if (dpb->fs[i]->FrameNum > (int)sliceHdr->frame_num)
69 if (dpb->fs[i]->FrameNum > (int)sliceHdr->frame_num)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 335 picture->frame_num = picture_info->frame_num;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 335 picture->frame_num = picture_info->frame_num;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 291 unsigned frame_num; member in struct:DynamicConfig
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 321 unsigned frame_num; member in struct:DynamicConfig
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 390 uint frame_num; /* u(v), see log2max_frame_num_minus4 */ member in struct:tagSliceHeader
    [all...]

Completed in 1771 milliseconds

1 2