Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h44 #define IVF_FRM_BYTES 12 macro
H A Dhal_vp8e_base.c839 RK_U8 data[IVF_FRM_BYTES]; in write_ivf_frame()
858 memcpy(out, data, IVF_FRM_BYTES); in write_ivf_frame()
1587 p_out += IVF_FRM_BYTES; in hal_vp8e_update_buffers()
1588 enc_task->length += IVF_FRM_BYTES; in hal_vp8e_update_buffers()
/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c1230 #define IVF_FRM_BYTES 12 macro
1266 RK_U8 data[IVF_FRM_BYTES]; in write_ivf_frame()
1282 fwrite(data, IVF_FRM_BYTES, 1, fp); in write_ivf_frame()