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

/hardware/qcom/media/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/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp419 OMX_U32 i, sym_len, sufix_len, info; local
427 sym_len = ((i << 1) + 1);
429 sufix_len = (1 << (sym_len >>1));
431 e_u(info, sym_len);

Completed in 469 milliseconds