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

1 2

  /device/google/cuttlefish_common/common/vsoc/lib/
screen_region_view_test.cpp 23 uint32_t frame_num = 0; local
37 buffer_id = region->WaitForNewFrameSince(&frame_num);
38 printf("Signaled frame_num = %d, buffer_id = %d\n", frame_num, buffer_id);
vsoc_audio_message.h 57 int64_t frame_num; member in struct:gce_audio_message
87 frame_num(0),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 30 uptr frame_num = 0; local
39 RenderFrame(&frame_desc, common_flags()->stack_trace_format, frame_num++,
  /bionic/libc/malloc_debug/
GuardData.cpp 66 size_t frame_num = backtrace_get(frames.data(), frames.size()); local
67 frames.resize(frame_num);
  /external/libvpx/libvpx/test/
user_priv_test.cc 54 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++;
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 85 uint32_t frame_num; member in struct:__anon2011::vsoc_hwc_device
  /system/core/libunwindstack/
Unwinder.cpp 48 size_t frame_num = frames_.size(); local
49 frames_.resize(frame_num + 1);
50 FrameData* frame = &frames_.at(frame_num);
51 frame->num = frame_num;
87 size_t frame_num = frames_.size(); local
88 frames_.resize(frame_num + 1);
89 FrameData* frame = &frames_.at(frame_num);
90 frame->num = frame_num;
253 std::string Unwinder::FormatFrame(size_t frame_num) {
254 if (frame_num >= frames_.size())
    [all...]
  /external/libavc/common/
ih264_dpb_mgr.c 113 * 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;
763 WORD32 frame_num; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 57 unsigned frame_num, frame_num_max; member in struct:nv84_video_buffer
  /external/v4l2_codec2/vda/
h264_dpb.h 56 int frame_num; // from slice header member in class:media::H264Picture
72 // Created by the decoding process for gaps in frame_num.
135 // Return the short reference picture with lowest frame_num. Used for sliding
h264_decoder.cc 101 int frame_num) {
104 pic->frame_num = pic->pic_num = frame_num;
135 curr_pic_->frame_num = curr_pic_->pic_num = slice_hdr->frame_num;
252 else if (prev_frame_num_ > pic->frame_num)
259 abs_frame_num = pic->frame_num_offset + pic->frame_num;
313 else if (prev_frame_num_ > pic->frame_num)
322 temp_pic_order_cnt = 2 * (pic->frame_num_offset + pic->frame_num) - 1;
324 temp_pic_order_cnt = 2 * (pic->frame_num_offset + pic->frame_num);
729 int frame_num = slice_hdr->frame_num; local
1182 << frame_num; local
    [all...]
  /external/webp/include/webp/
demux.h 144 int frame_num; member in struct:WebPIterator
152 WebPData fragment; // The frame given by 'frame_num'. Note for historical
170 // Sets 'iter->fragment' to point to the next ('iter->frame_num' + 1) or
171 // previous ('iter->frame_num' - 1) frame. These functions do not loop.
  /external/webp/src/webp/
demux.h 144 int frame_num; member in struct:WebPIterator
152 WebPData fragment; // The frame given by 'frame_num'. Note for historical
170 // Sets 'iter->fragment' to point to the next ('iter->frame_num' + 1) or
171 // previous ('iter->frame_num' - 1) frame. These functions do not loop.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc 636 int frame_num = 0; local
640 EXPECT_EQ(kBaseTimestamp + frame_length_samples * frame_num,
654 ++frame_num;
    [all...]
  /external/webrtc/webrtc/test/
frame_generator.cc 170 size_t frame_num = (ms_since_start / kFrameDisplayTime) % num_frames_; variable
171 UpdateSourceFrame(frame_num); variable
185 void UpdateSourceFrame(size_t frame_num) {
186 while (current_frame_num_ != frame_num) {
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.cpp 112 int frame_num; local
125 frame_num = result->frame_number;
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 182 priv->picture.h264.frame_num_list[0] = priv->picture.h264.frame_num;
183 priv->picture.h264.field_order_cnt_list[0][0] = priv->picture.h264.frame_num;
184 priv->picture.h264.field_order_cnt_list[0][1] = priv->picture.h264.frame_num;
669 unsigned frame_num, prevFrameNum; local
699 frame_num = vl_rbsp_u(rbsp, sps->log2_max_frame_num_minus4 + 4);
701 if (frame_num != priv->picture.h264.frame_num)
704 prevFrameNum = priv->picture.h264.frame_num;
705 priv->picture.h264.frame_num = frame_num;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 251 unsigned long long int frame_num; member in struct:__anon30234::__anon30236
  /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
  /external/libxcam/tests/
test-soft-image.cpp 388 static uint32_t frame_num = 0; local
391 std::snprintf (frame_str, XCAM_TEST_MAX_STR_SIZE, "frame:%d", frame_num);
396 std::snprintf (img_name, XCAM_TEST_MAX_STR_SIZE, "orig_fisheye_%d_%d.jpg", frame_num, i);
401 std::snprintf (img_name, XCAM_TEST_MAX_STR_SIZE, "%s_%d.jpg", outs[i]->get_file_name (), frame_num);
404 frame_num++;
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 240 unsigned int frame_num = 0; local
254 while (__v1_v2_rx_kernel_ready(ring->rd[frame_num].iov_base,
256 ppd.raw = ring->rd[frame_num].iov_base;
277 frame_num = (frame_num + 1) % ring->rd_num;
392 unsigned int frame_num = 0, got = 0; local
435 void *next = get_next_frame(ring, frame_num);
481 frame_num = (frame_num + 1) % nframes;
  /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/putsurface/
putsurface_common.c 412 unsigned int frame_num=0, start_time, putsurface_time; local
439 printf("Press any key to display frame %d...(c/C to continue)\n", frame_num);
486 if ((frame_num % 0xff) == 0) {
503 frame_num++;
504 if (frame_num >= frame_num_total)
  /hardware/intel/common/libva/va/
va_enc_h264.h 327 unsigned short frame_num; member in struct:_VAEncPictureParameterBufferH264

Completed in 1003 milliseconds

1 2