| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_decoder.cpp | 43 int MppDecoder::Init(int video_type, int fps, void* userdata) in Init() argument 49 if(video_type == 264) { in Init() 51 } else if (video_type == 265) { in Init() 54 LOGD("unsupport video_type %d", video_type); in Init()
|
| H A D | mpp_decoder.h | 41 int Init(int video_type, int fps, void* userdata);
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | vga.c | 26 switch (info->video_type) { in xen_init_vga() 60 if (info->video_type == XEN_VGATYPE_EFI_LFB) { in xen_init_vga()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-disp.c | 73 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_vin_config() 115 solo_dev->video_type | in solo_vout_config() 264 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_disp_init()
|
| H A D | solo6x10-tw28.c | 221 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_PAL) in tw2865_setup() 272 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_PAL) in tw2864_setup() 411 (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) ? in tw2815_setup() 574 if (dev->video_type == SOLO_VO_FMT_TYPE_PAL) in saa712x_setup()
|
| H A D | solo6x10-v4l2-enc.c | 152 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_update_mode() 160 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_update_mode() 173 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_update_mode() 181 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_update_mode() 945 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) in solo_enc_g_std()
|
| H A D | solo6x10-v4l2.c | 517 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) in solo_g_std() 534 solo_dev->video_type = is_50hz ? SOLO_VO_FMT_TYPE_PAL : in solo_set_video_type()
|
| H A D | solo6x10.h | 234 u32 video_type; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-cards.h | 45 u8 video_type; /* video input type */ member
|
| H A D | cx18-cards.c | 596 strscpy(input->name, input_strs[card_input->video_type - 1], in cx18_get_input() 598 input->type = (card_input->video_type == CX18_CARD_INPUT_VID_TUNER ? in cx18_get_input()
|
| H A D | cx18-driver.c | 776 if (cx->card->video_inputs[i].video_type == 0) in cx18_init_struct2() 786 if (cx->card->video_inputs[i].video_type == in cx18_init_struct2()
|
| H A D | cx18-streams.c | 361 if (cx->card->video_inputs->video_type == CX18_CARD_INPUT_VID_TUNER) in cx18_prep_dev()
|
| H A D | cx18-ioctl.c | 526 if (card_input->video_type == V4L2_INPUT_TYPE_TUNER) in cx18_s_input()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-routing.c | 59 type = itv->card->video_inputs[inp].video_type; in ivtv_video_set_io()
|
| H A D | ivtv-cards.h | 162 u8 video_type; /* video input type */ member
|
| H A D | ivtv-cards.c | 1308 strscpy(input->name, input_strs[card_input->video_type - 1], in ivtv_get_input() 1310 input->type = (card_input->video_type == IVTV_CARD_INPUT_VID_TUNER ? in ivtv_get_input()
|
| H A D | ivtv-driver.c | 805 if (itv->card->video_inputs[i].video_type == 0) in ivtv_init_struct2() 821 if (itv->card->video_inputs[i].video_type == in ivtv_init_struct2()
|
| H A D | ivtv-ioctl.c | 1009 if (itv->card->video_inputs[inp].video_type == IVTV_CARD_INPUT_VID_TUNER) in ivtv_s_input()
|
| /OK3568_Linux_fs/kernel/include/xen/interface/ |
| H A D | xen.h | 705 uint8_t video_type; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 510 int video_type = atoi(argv[3]); in main() local 523 decoder->Init(video_type, 30, &app_ctx); in main()
|