Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c57 UINT_TO_PTR(h264->CurrPic.picture_id + 1), in vlVaHandleVAEncPictureParameterBufferTypeH264()
58 UINT_TO_PTR(context->desc.h264enc.frame_num)); in vlVaHandleVAEncPictureParameterBufferTypeH264()
100 UINT_TO_PTR(h264->RefPicList0[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeH264()
104 UINT_TO_PTR(h264->RefPicList1[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeH264()
Dpicture_hevc_enc.c85 UINT_TO_PTR(h265->decoded_curr_pic.picture_id + 1), in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
86 UINT_TO_PTR(context->desc.h265enc.frame_num)); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
104 UINT_TO_PTR(h265->ref_pic_list0[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
109 UINT_TO_PTR(h265->ref_pic_list1[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
Dva_private.h59 #define UINT_TO_PTR(x) ((void*)(uintptr_t)(x)) macro