Home
last modified time | relevance | path

Searched defs:dec (Results 1 – 25 of 84) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c250 struct ttusb_dec *dec = urb->context; in ttusb_dec_handle_irq() local
314 static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, in ttusb_dec_send_command()
384 static int ttusb_dec_get_stb_state (struct ttusb_dec *dec, unsigned int *mode, in ttusb_dec_get_stb_state()
419 struct ttusb_dec *dec = priv; in ttusb_dec_audio_pes2ts_cb() local
429 struct ttusb_dec *dec = priv; in ttusb_dec_video_pes2ts_cb() local
437 static void ttusb_dec_set_pids(struct ttusb_dec *dec) in ttusb_dec_set_pids()
463 static void ttusb_dec_process_pva(struct ttusb_dec *dec, u8 *pva, int length) in ttusb_dec_process_pva()
560 static void ttusb_dec_process_filter(struct ttusb_dec *dec, u8 *packet, in ttusb_dec_process_filter()
586 static void ttusb_dec_process_packet(struct ttusb_dec *dec) in ttusb_dec_process_packet()
643 static void ttusb_dec_process_urb_frame(struct ttusb_dec *dec, u8 *b, in ttusb_dec_process_urb_frame()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp42 static MPP_RET check_task_wait(MppDecImpl *dec, DecTask *task) in check_task_wait()
121 static void dec_release_input_packet(MppDecImpl *dec, RK_S32 force) in dec_release_input_packet()
135 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in reset_parser_thread() local
241 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in mpp_dec_put_task() local
254 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in reset_hal_thread() local
284 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in try_get_input_packet() local
317 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in try_proc_dec_task() local
675 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in mpp_dec_parser_thread() local
755 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in mpp_dec_hal_thread() local
893 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in mpp_dec_advanced_thread() local
[all …]
H A Dmpp_dec.cpp101 MPP_RET mpp_dec_proc_cfg(MppDecImpl *dec, MpiCmd cmd, void *param) in mpp_dec_proc_cfg()
203 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in mpp_dec_put_frame() local
392 MppDecImpl *dec = (MppDecImpl *)mpp->mDec; in mpp_dec_push_display() local
428 MPP_RET update_dec_hal_info(MppDecImpl *dec, MppFrame frame) in update_dec_hal_info()
586 MPP_RET mpp_dec_init(MppDec *dec, MppDecInitCfg *cfg) in mpp_dec_init()
771 MppDecImpl *dec = (MppDecImpl *)ctx; in mpp_dec_deinit() local
861 MppDecImpl *dec = (MppDecImpl *)ctx; in mpp_dec_start() local
876 MppDecImpl *dec = (MppDecImpl *)ctx; in mpp_dec_stop() local
902 MppDecImpl *dec = (MppDecImpl *)ctx; in mpp_dec_reset() local
922 MppDecImpl *dec = (MppDecImpl *)ctx; in mpp_dec_flush() local
[all …]
H A Dmpp_dec_no_thread.cpp29 MppDecImpl *dec = (MppDecImpl *)ctx; in mpp_dec_decode() local
315 MPP_RET mpp_dec_reset_no_thread(MppDecImpl *dec) in mpp_dec_reset_no_thread()
389 MPP_RET mpp_dec_notify_no_thread(MppDecImpl *dec, RK_U32 flag) in mpp_dec_notify_no_thread()
402 MPP_RET mpp_dec_control_no_thread(MppDecImpl *dec, MpiCmd cmd, void *param) in mpp_dec_control_no_thread()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2.c199 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in mpp_set_rcbbuf() local
418 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_isr() local
642 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_procfs_remove() local
661 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_procfs_init() local
717 struct rkvdec2_dev *dec = dev_get_drvdata(dev); in rkvdec2_devfreq_target() local
779 struct rkvdec2_dev *dec = dev_get_drvdata(dev); in rkvdec2_devfreq_get_cur_freq() local
794 struct rkvdec2_dev *dec = df->data; in devfreq_vdec2_ondemand_func() local
819 struct rkvdec2_dev *dec = devfreq->data; in rkvdec2_get_static_power() local
840 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_devfreq_init() local
929 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_devfreq_remove() local
[all …]
H A Dmpp_rkvdec2_link.c312 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec_link_dump() local
396 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_finish() local
425 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_prepare() local
518 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_irq() local
612 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_procfs_init() local
633 int rkvdec2_link_init(struct platform_device *pdev, struct rkvdec2_dev *dec) in rkvdec2_link_init()
756 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_power_on() local
787 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_power_off() local
812 struct rkvdec2_dev *dec; in rkvdec2_link_timeout_proc() local
853 struct rkvdec2_dev *dec = to_rkvdec2_dev(mpp); in rkvdec2_link_iommu_fault_handle() local
[all …]
H A Dmpp_rkvdec.c262 static int rkvdec_devf_set_clk(struct rkvdec_dev *dec, in rkvdec_devf_set_clk()
333 struct rkvdec_dev *dec = dev_get_drvdata(dev); in devfreq_target() local
399 struct rkvdec_dev *dec = dev_get_drvdata(dev); in devfreq_get_cur_freq() local
409 struct rkvdec_dev *dec = dev_get_drvdata(dev); in devfreq_get_dev_status() local
428 struct rkvdec_dev *dec = dev_get_drvdata(dev); in model_static_power() local
469 struct rkvdec_dev *dec = to_rkvdec_dev(mpp); in power_model_simple_init() local
525 struct rkvdec_dev *dec = container_of(nb, in devfreq_notifier_call() local
865 struct rkvdec_dev *dec = to_rkvdec_dev(mpp); in rkvdec_prepare_with_reset() local
1046 struct rkvdec_dev *dec = to_rkvdec_dev(mpp); in rkvdec_3328_isr() local
1123 struct rkvdec_dev *dec = to_rkvdec_dev(mpp); in rkvdec_finish_with_record_info() local
[all …]
H A Dmpp_av1dec.c486 static int av1dec_set_l2_cache(struct av1dec_dev *dec, struct av1dec_task *task) in av1dec_set_l2_cache()
562 static int av1dec_set_afbc(struct av1dec_dev *dec, struct av1dec_task *task) in av1dec_set_afbc()
652 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_run() local
707 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_vcd_irq() local
726 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_isr() local
780 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_finish() local
824 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_result() local
868 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_procfs_remove() local
880 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_procfs_init() local
914 struct av1dec_dev *dec = to_av1dec_dev(mpp); in av1dec_init() local
[all …]
H A Dmpp_jpgdec.c366 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_procfs_remove() local
378 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_procfs_init() local
412 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_init() local
439 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_clk_on() local
449 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_clk_off() local
460 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_set_freq() local
470 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_reduce_freq() local
520 struct jpgdec_dev *dec = to_jpgdec_dev(mpp); in jpgdec_reset() local
579 struct jpgdec_dev *dec = NULL; in jpgdec_probe() local
H A Dmpp_vdpu2.c462 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_procfs_remove() local
474 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_procfs_init() local
508 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_init() local
541 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_clk_on() local
551 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_clk_off() local
562 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_set_freq() local
572 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_reduce_freq() local
639 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_reset() local
737 struct vdpu_dev *dec = NULL; in vdpu_probe() local
H A Dmpp_vdpu1.c503 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_procfs_remove() local
515 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_procfs_init() local
549 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_init() local
583 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_clk_on() local
593 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_clk_off() local
630 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_set_freq() local
640 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_reduce_freq() local
708 struct vdpu_dev *dec = to_vdpu_dev(mpp); in vdpu_reset() local
901 struct vdpu_dev *dec = NULL; in vdpu_probe() local
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A Dh263d_api.c50 MPP_RET h263d_init(void *dec, ParserCfg *cfg) in h263d_init()
108 MPP_RET h263d_deinit(void *dec) in h263d_deinit()
133 MPP_RET h263d_reset(void *dec) in h263d_reset()
145 MPP_RET h263d_flush(void *dec) in h263d_flush()
157 MPP_RET h263d_control(void *dec, MpiCmd cmd_type, void *param) in h263d_control()
168 MPP_RET h263d_prepare(void *dec, MppPacket pkt, HalDecTask *task) in h263d_prepare()
272 MPP_RET h263d_parse(void *dec, HalDecTask *task) in h263d_parse()
301 MPP_RET h263d_callback(void *dec, void *err_info) in h263d_callback()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_api.c53 static MPP_RET mpg4d_init(void *dec, ParserCfg *cfg) in mpg4d_init()
117 static MPP_RET mpg4d_deinit(void *dec) in mpg4d_deinit()
142 static MPP_RET mpg4d_reset(void *dec) in mpg4d_reset()
158 static MPP_RET mpg4d_flush(void *dec) in mpg4d_flush()
169 static MPP_RET mpg4d_control(void *dec, MpiCmd cmd_type, void *param) in mpg4d_control()
180 static MPP_RET mpg4d_prepare(void *dec, MppPacket pkt, HalDecTask *task) in mpg4d_prepare()
280 static MPP_RET mpg4d_parse(void *dec, HalDecTask *task) in mpg4d_parse()
316 static MPP_RET mpg4d_callback(void *dec, void *err_info) in mpg4d_callback()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/
H A Ddummy_dec_api.c54 MPP_RET dummy_dec_init(void *dec, ParserCfg *cfg) in dummy_dec_init()
92 MPP_RET dummy_dec_deinit(void *dec) in dummy_dec_deinit()
108 MPP_RET dummy_dec_reset(void *dec) in dummy_dec_reset()
118 MPP_RET dummy_dec_flush(void *dec) in dummy_dec_flush()
128 MPP_RET dummy_dec_control(void *dec, MpiCmd cmd_type, void *param) in dummy_dec_control()
139 MPP_RET dummy_dec_prepare(void *dec, MppPacket pkt, HalDecTask *task) in dummy_dec_prepare()
185 MPP_RET dummy_dec_parse(void *dec, HalDecTask *task) in dummy_dec_parse()
283 MPP_RET dummy_dec_callback(void *dec, void *err_info) in dummy_dec_callback()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtw9906.c87 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local
111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl() local
132 struct tw9906 *dec = to_state(sd); in tw9906_log_status() local
163 struct tw9906 *dec; in tw9906_probe() local
H A Dtw9903.c116 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local
141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local
162 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local
195 struct tw9903 *dec; in tw9903_probe() local
H A Dtw2804.c252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local
277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c31 #define call_dec_op(dec, op, args...)\ argument
136 const struct delta_dec *dec = ctx->dec; in delta_recycle() local
283 const struct delta_dec *dec; in delta_find_decoder() local
346 const struct delta_dec *dec; in delta_open_decoder() local
498 const struct delta_dec *dec; in delta_try_fmt_stream() local
552 const struct delta_dec *dec; in delta_try_fmt_frame() local
646 const struct delta_dec *dec = ctx->dec; in delta_s_fmt_frame() local
808 const struct delta_dec *dec = ctx->dec; in delta_decoder_stop_cmd() local
926 const struct delta_dec *dec = ctx->dec; in delta_run_work() local
1145 const struct delta_dec *dec = ctx->dec; in delta_setup_frame() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c627 const struct img_ir_decoder *dec) in img_ir_decoder_compatible()
651 const struct img_ir_decoder *dec = *decp; in img_ir_allowed_protos() local
673 const struct img_ir_decoder *dec = *decp; in img_ir_change_protocol() local
818 const struct img_ir_decoder *dec = hw->decoder; in img_ir_handle_data() local
1012 const struct img_ir_decoder *dec = *decp; in img_ir_setup_hw() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp238 dec(false_type) in dec() function in __gnu_pbds::detail::bin_search_tree_const_it_
242 dec(true_type) in dec() function in __gnu_pbds::detail::bin_search_tree_const_it_
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp238 dec(false_type) in dec() function in __gnu_pbds::detail::bin_search_tree_const_it_
242 dec(true_type) in dec() function in __gnu_pbds::detail::bin_search_tree_const_it_
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_drv.c110 static int nvp6158_check_rev(unsigned int dec) in nvp6158_check_rev()
125 static int nvp6158_check_id(unsigned int dec) in nvp6158_check_id()
/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_drv.c235 static int check_id(unsigned int dec) in check_id()
250 static int check_rev(unsigned int dec) in check_rev()
/OK3568_Linux_fs/kernel/tools/lib/api/
H A Dio.h95 static inline int io__get_dec(struct io *io, __u64 *dec) in io__get_dec()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_iterator.h117 c_iterator (* dec)(c_piterator thiz); member
134 c_reverse_iterator (* dec)(c_preverse_iterator thiz); member

1234