Searched refs:UINT_TO_PTR (Results 1 – 3 of 3) sorted by relevance
56 UINT_TO_PTR(h264->CurrPic.picture_id), in vlVaHandleVAEncPictureParameterBufferTypeH264()57 UINT_TO_PTR(h264->frame_num)); in vlVaHandleVAEncPictureParameterBufferTypeH264()87 UINT_TO_PTR(h264->RefPicList0[i].picture_id))); in vlVaHandleVAEncSliceParameterBufferTypeH264()92 UINT_TO_PTR(h264->RefPicList1[i].picture_id))); in vlVaHandleVAEncSliceParameterBufferTypeH264()
86 UINT_TO_PTR(h265->decoded_curr_pic.picture_id), in vlVaHandleVAEncPictureParameterBufferTypeHEVC()87 UINT_TO_PTR(context->desc.h265enc.frame_num)); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()105 UINT_TO_PTR(h265->ref_pic_list0[i].picture_id))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()110 UINT_TO_PTR(h265->ref_pic_list1[i].picture_id))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
59 #define UINT_TO_PTR(x) ((void*)(uintptr_t)(x)) macro