Searched refs:num_bits (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 69 OMX_U32 d_u(OMX_U32 num_bits); 74 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 70 OMX_U32 d_u(OMX_U32 num_bits); 75 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 69 OMX_U32 d_u(OMX_U32 num_bits); 74 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/ |
D | extra_data_handler.h | 89 OMX_U32 d_u(OMX_U32 num_bits); 94 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/ |
D | extra_data_handler.cpp | 50 OMX_U32 extra_data_handler::d_u(OMX_U32 num_bits) in d_u() argument 52 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; in d_u() 82 … DEBUG_PRINT_LOW("In %s() bin/num_bits : %x/%u", __func__, (unsigned)bins, (unsigned int)num_bits); in d_u() 385 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) in e_u() argument 387 OMX_U32 rem_bits = num_bits, shift; in e_u() 389 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits); in e_u()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/ |
D | extra_data_handler.cpp | 48 OMX_U32 extra_data_handler::d_u(OMX_U32 num_bits) in d_u() argument 50 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; in d_u() 77 DEBUG_PRINT_LOW("\nIn %s() bin/num_bits : %x/%d", __func__, bins, num_bits); in d_u() 321 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) in e_u() argument 323 OMX_U32 rem_bits = num_bits, shift; in e_u() 325 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits); in e_u()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/ |
D | extra_data_handler.cpp | 50 OMX_U32 extra_data_handler::d_u(OMX_U32 num_bits) in d_u() argument 52 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; in d_u() 82 … DEBUG_PRINT_LOW("In %s() bin/num_bits : %x/%u", __func__, (unsigned)bins, (unsigned int)num_bits); in d_u() 385 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) in e_u() argument 387 OMX_U32 rem_bits = num_bits, shift; in e_u() 389 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits); in e_u()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/ |
D | extra_data_handler.cpp | 54 OMX_U32 extra_data_handler::d_u(OMX_U32 num_bits) in d_u() argument 56 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; in d_u() 86 … DEBUG_PRINT_LOW("In %s() bin/num_bits : %x/%u", __func__, (unsigned)bins, (unsigned int)num_bits); in d_u() 389 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) in e_u() argument 391 OMX_U32 rem_bits = num_bits, shift; in e_u() 393 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits); in e_u()
|