Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_fmt_conv.c835 ihevcd_fmt_conv_420sp_to_420sp_ft *fmt_conv_fptr; in ihevcd_fmt_conv() local
838 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_420sp_fptr; in ihevcd_fmt_conv()
842 fmt_conv_fptr = ihevcd_fmt_conv_420sp_to_420sp; in ihevcd_fmt_conv()
844 fmt_conv_fptr(pu1_y_src, pu1_uv_src, in ihevcd_fmt_conv()
855 ihevcd_fmt_conv_420sp_to_420p_ft *fmt_conv_fptr; in ihevcd_fmt_conv() local
858 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_420p_fptr; in ihevcd_fmt_conv()
862 fmt_conv_fptr = ihevcd_fmt_conv_420sp_to_420p; in ihevcd_fmt_conv()
880 fmt_conv_fptr(pu1_y_src, pu1_uv_src, in ihevcd_fmt_conv()
893 ihevcd_fmt_conv_420sp_to_rgb565_ft *fmt_conv_fptr; in ihevcd_fmt_conv() local
896 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_rgb565_fptr; in ihevcd_fmt_conv()
[all …]