Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isp_param/src/
H A Disp_param.c26 enum ia_css_param_class pclass, in ia_css_isp_param_set_mem_init() argument
30 mem_init->params[pclass][mem].address = address; in ia_css_isp_param_set_mem_init()
31 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_mem_init()
37 enum ia_css_param_class pclass, in ia_css_isp_param_set_css_mem_init() argument
41 mem_init->params[pclass][mem].address = address; in ia_css_isp_param_set_css_mem_init()
42 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_css_mem_init()
48 enum ia_css_param_class pclass, in ia_css_isp_param_set_isp_mem_init() argument
52 mem_init->params[pclass][mem].address = address; in ia_css_isp_param_set_isp_mem_init()
53 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_isp_mem_init()
60 enum ia_css_param_class pclass, in ia_css_isp_param_get_mem_init() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isp_param/interface/
H A Dia_css_isp_param.h26 enum ia_css_param_class pclass,
33 enum ia_css_param_class pclass,
40 enum ia_css_param_class pclass,
48 enum ia_css_param_class pclass,
54 enum ia_css_param_class pclass,
60 enum ia_css_param_class pclass,
96 enum ia_css_param_class pclass);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppjpegdec.c176 GstVideoDecoderClass *pclass = GST_VIDEO_DECODER_CLASS (parent_class); in gst_mpp_jpeg_dec_start() local
194 if (!pclass->start (decoder)) { in gst_mpp_jpeg_dec_start()
210 GstVideoDecoderClass *pclass = GST_VIDEO_DECODER_CLASS (parent_class); in gst_mpp_jpeg_dec_stop() local
215 pclass->stop (decoder); in gst_mpp_jpeg_dec_stop()
229 GstVideoDecoderClass *pclass = GST_VIDEO_DECODER_CLASS (parent_class); in gst_mpp_jpeg_dec_set_format() local
245 if (!pclass->set_format (decoder, state)) in gst_mpp_jpeg_dec_set_format()
536 GstMppDecClass *pclass = GST_MPP_DEC_CLASS (klass); in gst_mpp_jpeg_dec_class_init() local
547 pclass->startup = NULL; in gst_mpp_jpeg_dec_class_init()
548 pclass->get_mpp_packet = GST_DEBUG_FUNCPTR (gst_mpp_jpeg_dec_get_mpp_packet); in gst_mpp_jpeg_dec_class_init()
549 pclass->send_mpp_packet = in gst_mpp_jpeg_dec_class_init()
[all …]
H A Dgstmppvideodec.c173 GstVideoDecoderClass *pclass = GST_VIDEO_DECODER_CLASS (parent_class); in gst_mpp_video_dec_set_format() local
189 return pclass->set_format (decoder, state); in gst_mpp_video_dec_set_format()
365 GstMppDecClass *pclass = GST_MPP_DEC_CLASS (klass); in gst_mpp_video_dec_class_init() local
374 pclass->startup = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_startup); in gst_mpp_video_dec_class_init()
375 pclass->get_mpp_packet = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_get_mpp_packet); in gst_mpp_video_dec_class_init()
376 pclass->send_mpp_packet = in gst_mpp_video_dec_class_init()
378 pclass->poll_mpp_frame = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_poll_mpp_frame); in gst_mpp_video_dec_class_init()
379 pclass->shutdown = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_shutdown); in gst_mpp_video_dec_class_init()
H A Dgstmppjpegenc.c136 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_jpeg_enc_set_format() local
139 if (!pclass->set_format (encoder, state)) in gst_mpp_jpeg_enc_set_format()
153 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_jpeg_enc_handle_frame() local
160 return pclass->handle_frame (encoder, frame); in gst_mpp_jpeg_enc_handle_frame()
H A Dgstmppvp8enc.c166 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_vp8_enc_set_format() local
169 if (!pclass->set_format (encoder, state)) in gst_mpp_vp8_enc_set_format()
183 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_vp8_enc_handle_frame() local
190 return pclass->handle_frame (encoder, frame); in gst_mpp_vp8_enc_handle_frame()
H A Dgstmpph265enc.c221 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_h265_enc_set_format() local
223 if (!pclass->set_format (encoder, state)) in gst_mpp_h265_enc_set_format()
233 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_h265_enc_handle_frame() local
240 return pclass->handle_frame (encoder, frame); in gst_mpp_h265_enc_handle_frame()
H A Dgstmpph264enc.c332 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_h264_enc_set_format() local
334 if (!pclass->set_format (encoder, state)) in gst_mpp_h264_enc_set_format()
344 GstVideoEncoderClass *pclass = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_mpp_h264_enc_handle_frame() local
351 return pclass->handle_frame (encoder, frame); in gst_mpp_h264_enc_handle_frame()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0006-replace-sym_iterator-0-with-sym_iterator.patch50 out << init_attr(CPU_NUM, pclass.ptemplate.cpu);
56 out << init_attr(EVENT_MASK, pclass.ptemplate.unitmask);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wnm.c1367 u8 *pload = NULL, *pclass = NULL; in rtw_wnm_process_notification_req() local
1380 pclass = (psubie + 6); in rtw_wnm_process_notification_req()
1381 ch_op_pref = *(pclass + ch_nums + 1); in rtw_wnm_process_notification_req()
1382 reason = *(pclass + ch_nums + 2); in rtw_wnm_process_notification_req()
1384 "reason=0x%02x\n", __func__, *pclass, in rtw_wnm_process_notification_req()
1388 non_pref_ch = *(pclass + 1 + i); in rtw_wnm_process_notification_req()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wnm.c1367 u8 *pload = NULL, *pclass = NULL; in rtw_wnm_process_notification_req() local
1380 pclass = (psubie + 6); in rtw_wnm_process_notification_req()
1381 ch_op_pref = *(pclass + ch_nums + 1); in rtw_wnm_process_notification_req()
1382 reason = *(pclass + ch_nums + 2); in rtw_wnm_process_notification_req()
1384 "reason=0x%02x\n", __func__, *pclass, in rtw_wnm_process_notification_req()
1388 non_pref_ch = *(pclass + 1 + i); in rtw_wnm_process_notification_req()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dasn1t.h529 int pclass; /* class value */ member
H A Dasn1.h1001 int *ptag, int *pclass, long omax);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dasn1t.h529 int pclass; /* class value */ member
H A Dasn1.h1001 int *ptag, int *pclass, long omax);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dasn1t.h529 int pclass; /* class value */ member
H A Dasn1.h1001 int *ptag, int *pclass, long omax);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dasn1t.h529 int pclass; /* class value */ member
H A Dasn1.h1001 int *ptag, int *pclass, long omax);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dasn1t.h596 int pclass; /* class value */ member
H A Dasn1.h760 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass,…
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dasn1t.h596 int pclass; /* class value */ member
H A Dasn1.h760 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass,…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1t.h646 int pclass; /* class value */ member
H A Dasn1.h955 int *pclass, long omax);