Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/encode/
Dh264encode.c132 #define current_slot (current_frame_display % SURFACE_NUM) macro
1401 pic_param.CurrPic.picture_id = ref_surface[current_slot]; in render_picture()
1430 pic_param.coded_buf = coded_buf[current_slot]; in render_picture()
1981 while (srcsurface_status[current_slot] != SRC_SURFACE_IN_ENCODING) { in encode_frames()
1986 va_status = vaBeginPicture(va_dpy, context_id, src_surface[current_slot]); in encode_frames()