Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h380 void write_ivf_header(void *hal, RK_U8 *dst);
H A Dhal_vp8e_vepu1_v2.c501 write_ivf_header(hal, p_out); in hal_vp8e_vepu1_get_task_v2()
H A Dhal_vp8e_vepu2_v2.c503 write_ivf_header(hal, p_out); in hal_vp8e_vepu2_get_task_v2()
H A Dhal_vp8e_base.c793 void write_ivf_header(void *hal, RK_U8 *dst) in write_ivf_header() function
/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c1232 static void write_ivf_header(VP8DParserContext_t *ctx, FILE *fp) in write_ivf_header() function
1335 write_ivf_header(p, p->stream_fp); in vp8d_parser_parse()