Home
last modified time | relevance | path

Searched refs:cmd_type (Results 1 – 25 of 52) sorted by relevance

123

/rockchip-linux_mpp/mpp/hal/dummy/
H A Dhal_dummy_enc_api.c68 MPP_RET hal_dummy_enc_control(void *hal, MpiCmd cmd_type, void *param) in hal_dummy_enc_control() argument
71 (void)cmd_type; in hal_dummy_enc_control()
H A Dhal_dummy_dec_api.c68 MPP_RET hal_dummy_dec_control(void *hal, MpiCmd cmd_type, void *param) in hal_dummy_dec_control() argument
71 (void)cmd_type; in hal_dummy_dec_control()
/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_api.c80 static MPP_RET hal_vp8d_control (void *hal, MpiCmd cmd_type, void *param) in hal_vp8d_control() argument
87 return self->hal_api.control(hal, cmd_type, param); in hal_vp8d_control()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.h26 MPP_RET hal_jpegd_rkv_control(void *hal, MpiCmd cmd_type, void *param);
H A Dhal_jpegd_vdpu2.h26 MPP_RET hal_jpegd_vdpu2_control(void *hal, MpiCmd cmd_type, void *param);
H A Dhal_jpegd_vdpu1.h27 MPP_RET hal_jpegd_vdpu1_control(void *hal, MpiCmd cmd_type, void *param);
H A Dhal_jpegd_api.c51 static MPP_RET hal_jpegd_control(void *hal, MpiCmd cmd_type, void *param) in hal_jpegd_control() argument
54 return self->hal_api.control (hal, cmd_type, param); in hal_jpegd_control()
/rockchip-linux_mpp/mpp/hal/inc/
H A Dhal_jpegd_api.h39 MPP_RET hal_jpegd_control(void *hal, MpiCmd cmd_type, void *param);
H A Dhal_m2vd_api.h35 MPP_RET hal_m2vd_control (void *hal, MpiCmd cmd_type, void *param);
/rockchip-linux_mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_vdpu2.h33 MPP_RET hal_avsd_vdpu2_control (void *decoder, MpiCmd cmd_type, void *param);
H A Dhal_avsd_vdpu1.h33 MPP_RET hal_avsd_vdpu1_control(void *decoder, MpiCmd cmd_type, void *param);
H A Dhal_avsd_plus.h31 MPP_RET hal_avsd_plus_control (void *decoder, MpiCmd cmd_type, void *param);
H A Dhal_avsd_api.c290 MPP_RET hal_avsd_control(void *decoder, MpiCmd cmd_type, void *param) in hal_avsd_control() argument
294 return p_hal->hal_api.control(decoder, cmd_type, param); in hal_avsd_control()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dvp9d_api.h34 MPP_RET vp9d_control(void *decoder, MpiCmd cmd_type, void *param);
H A Ddummy_dec_api.h32 MPP_RET dummy_dec_control(void *dec, MpiCmd cmd_type, void *param);
H A Dav1d_api.h32 MPP_RET av1d_control(void *decoder, MpiCmd cmd_type, void *param);
H A Dh264d_api.h40 MPP_RET h264d_control(void *decoder, MpiCmd cmd_type, void *param);
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_api_v2.c173 MPP_RET hal_av1d_control(void *hal, MpiCmd cmd_type, void *param) in hal_av1d_control() argument
179 ret = p_hal->api->control(hal, cmd_type, param); in hal_av1d_control()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c414 MPP_RET hal_h264d_control(void *hal, MpiCmd cmd_type, void *param) in hal_h264d_control() argument
421 return p_hal->hal_api->control(hal, cmd_type, param); in hal_h264d_control()
/rockchip-linux_mpp/mpp/codec/dec/dummy/
H A Ddummy_dec_api.c128 MPP_RET dummy_dec_control(void *dec, MpiCmd cmd_type, void *param) in dummy_dec_control() argument
134 (void)cmd_type; in dummy_dec_control()
/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_api.c158 MPP_RET h263d_control(void *dec, MpiCmd cmd_type, void *param) in h263d_control() argument
164 (void)cmd_type; in h263d_control()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_api.c174 static MPP_RET avsd_control(void *decoder, MpiCmd cmd_type, void *param) in avsd_control() argument
181 switch (cmd_type) { in avsd_control()
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_api.c163 static MPP_RET mpg4d_control(void *dec, MpiCmd cmd_type, void *param) in mpg4d_control() argument
169 (void)cmd_type; in mpg4d_control()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_api.c148 MPP_RET avs2d_control(void *decoder, MpiCmd cmd_type, void *param) in avs2d_control() argument
154 (void)cmd_type; in avs2d_control()
/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.h191 MPP_RET vp8d_parser_control(void *ctx, MpiCmd cmd_type, void *param);

123