Home
last modified time | relevance | path

Searched refs:sGetBufInfoIp (Results 1 – 1 of 1) sorted by relevance

/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp410 ih264e_ctl_getbufinfo_ip_t sGetBufInfoIp{}; in getBufInfo() local
413 sGetBufInfoIp.s_ive_ip.u4_size = sizeof(ih264e_ctl_getbufinfo_ip_t); in getBufInfo()
416 sGetBufInfoIp.s_ive_ip.e_cmd = IVE_CMD_VIDEO_CTL; in getBufInfo()
417 sGetBufInfoIp.s_ive_ip.e_sub_cmd = IVE_CMD_CTL_GETBUFINFO; in getBufInfo()
418 sGetBufInfoIp.s_ive_ip.u4_max_ht = mHeight; in getBufInfo()
419 sGetBufInfoIp.s_ive_ip.u4_max_wd = mWidth; in getBufInfo()
420 sGetBufInfoIp.s_ive_ip.e_inp_color_fmt = mIvVideoColorFormat; in getBufInfo()
422 ih264e_api_function(mCodecCtx, &sGetBufInfoIp, &sGetBufInfoOp); in getBufInfo()