Searched refs:PTR_TO_UINT (Results 1 – 4 of 4) sorted by relevance
86 …context->desc.h264enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()91 …context->desc.h264enc.ref_idx_l1 = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()
104 …context->desc.h265enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()109 …context->desc.h265enc.ref_idx_l1 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
60 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro
44 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro