Searched refs:sym_len (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp354 OMX_U32 i, sym_len, sufix_len, info; local
362 sym_len = ((i << 1) + 1);
364 sufix_len = (1 << (sym_len >>1));
366 e_u(info, sym_len);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp420 OMX_U32 i, sym_len, sufix_len, info; local
428 sym_len = ((i << 1) + 1);
430 sufix_len = (1 << (sym_len >>1));
432 e_u(info, sym_len);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp420 OMX_U32 i, sym_len, sufix_len, info; local
428 sym_len = ((i << 1) + 1);
430 sufix_len = (1 << (sym_len >>1));
432 e_u(info, sym_len);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp424 OMX_U32 i, sym_len, sufix_len, info; local
432 sym_len = ((i << 1) + 1);
434 sufix_len = (1 << (sym_len >>1));
436 e_u(info, sym_len);

Completed in 42 milliseconds