Searched refs:PTR_TO_UINT (Results 1 – 4 of 4) sorted by relevance
99 …context->desc.h264enc.ref_idx_l0_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264()103 …context->desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264()
103 …context->desc.h265enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()108 …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