Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c56 UINT_TO_PTR(h264->CurrPic.picture_id + 1), in vlVaHandleVAEncPictureParameterBufferTypeH264()
57 UINT_TO_PTR(h264->frame_num)); in vlVaHandleVAEncPictureParameterBufferTypeH264()
87 UINT_TO_PTR(h264->RefPicList0[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeH264()
92 UINT_TO_PTR(h264->RefPicList1[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeH264()
Dpicture_hevc_enc.c86 UINT_TO_PTR(h265->decoded_curr_pic.picture_id + 1), in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
87 UINT_TO_PTR(context->desc.h265enc.frame_num)); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
105 UINT_TO_PTR(h265->ref_pic_list0[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
110 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
/third_party/eudev/src/udev/
Dudevd.c150 hashmap_remove(workers, UINT_TO_PTR(worker->pid)); in worker_free()
193 r = hashmap_put(workers, UINT_TO_PTR(pid), worker); in worker_new()
669 worker = hashmap_get(workers, UINT_TO_PTR(ucred->pid)); in worker_returned()
939 worker = hashmap_get(workers, UINT_TO_PTR(pid)); in handle_signal()
/third_party/eudev/src/shared/
Dmacro.h131 #define UINT_TO_PTR(u) ((void *) ((uintptr_t) (u))) macro