Searched refs:ENC_CALLBACK_BASE (Results 1 – 2 of 2) sorted by relevance
25 ENC_CALLBACK_BASE = 0x200, enumerator26 ENC_OUTPUT_FINISH = (ENC_CALLBACK_BASE + 1),27 ENC_OUTPUT_SLICE = (ENC_CALLBACK_BASE + 2),
87 p->output_cb.cmd = ENC_CALLBACK_BASE; in mpp_enc_init_v2()