HomeSort by relevance Sort by last modified time
    Searched refs:frame_num_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender_unittest.cc 15 ExternalRenderer() : frame_num_(0) {
23 ++frame_num_;
25 << " frame_num: " << frame_num_; local
30 return frame_num_;
34 int frame_num_; member in class:WebRtcPassthroughRenderTest::ExternalRenderer
  /external/chromium_org/third_party/libwebp/demux/
demux.c 51 int frame_num_; // the referent frame number for use in assembling fragments. member in struct:Frame
226 frame->frame_num_ = frame_num;
256 frame->frame_num_ = frame_num;
327 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) {
362 if (status != PARSE_ERROR && is_fragmented && frame->frame_num_ > 0) {
643 const int cur_frame_set = f->frame_num_;
648 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) {
654 if (!is_animation && f->frame_num_ > 1) return 0;
798 if (frame_num == f->frame_num_) break;
806 const int this_frame = frame_set->frame_num_;
    [all...]
  /external/webp/src/demux/
demux.c 51 int frame_num_; // the referent frame number for use in assembling fragments. member in struct:Frame
226 frame->frame_num_ = frame_num;
256 frame->frame_num_ = frame_num;
327 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) {
362 if (status != PARSE_ERROR && is_fragmented && frame->frame_num_ > 0) {
643 const int cur_frame_set = f->frame_num_;
648 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) {
654 if (!is_animation && f->frame_num_ > 1) return 0;
798 if (frame_num == f->frame_num_) break;
806 const int this_frame = frame_set->frame_num_;
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 248 int frame_num_; member in class:content::VaapiH264Decoder
vaapi_video_encode_accelerator.h 190 unsigned int frame_num_; member in class:content::VaapiVideoEncodeAccelerator
vaapi_h264_decoder.cc 83 frame_num_ = 0;
733 if (pic->frame_num > frame_num_)
    [all...]
vaapi_video_encode_accelerator.cc 149 frame_num_(0),
286 current_pic_.frame_num = frame_num_++;
287 frame_num_ %= idr_period_;
    [all...]

Completed in 480 milliseconds