Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_whitebalance.c169 IMG_YUV_DEFAULT, IMG_RGB24); in tc_filter()
188 IMG_RGB24, IMG_YUV_DEFAULT); in tc_filter()
H A Dfilter_facemask.c246 …vhandle, ptr->video_buf, ptr->video_buf, ptr->v_width, ptr->v_height, IMG_YUV_DEFAULT, IMG_RGB24)){ in tc_filter()
252 …vhandle, ptr->video_buf, ptr->video_buf, ptr->v_width, ptr->v_height, IMG_RGB24, IMG_YUV_DEFAULT)){ in tc_filter()
H A Dfilter_ascii.c367 …vhandle, ptr->video_buf, ptr->video_buf, ptr->v_width, ptr->v_height, IMG_YUV_DEFAULT, IMG_RGB24)){ in tc_filter()
373 …vhandle, ptr->video_buf, ptr->video_buf, ptr->v_width, ptr->v_height, IMG_RGB24, IMG_YUV_DEFAULT)){ in tc_filter()
H A Dfilter_msharpen.c253 vob->im_v_codec==CODEC_YUV ? IMG_YUV_DEFAULT : IMG_RGB24, in tc_filter()
484 vob->im_v_codec==CODEC_YUV ? IMG_YUV_DEFAULT : IMG_RGB24); in tc_filter()
H A Dfilter_smartbob.c260 mfd->codec==CODEC_YUV ? IMG_YUV_DEFAULT : IMG_RGB24, in tc_filter()
524 mfd->codec==CODEC_YUV ? IMG_YUV_DEFAULT : IMG_RGB24); in tc_filter()
H A Dfilter_smartdeinter.c358 mfd->codec==CODEC_YUV ? IMG_YUV_DEFAULT : IMG_RGB24, in tc_filter()
1072 mfd->codec==CODEC_YUV ? IMG_YUV_DEFAULT : IMG_RGB24); in tc_filter()
H A Dfilter_fieldanalysis.c607 myf->width, myf->height, IMG_YUV_DEFAULT, IMG_Y8); in tc_filter()
/dports/multimedia/transcode/transcode-1.1.7/filter/tomsmocomp/
H A Dfilter_tomsmocomp.c282 YUV_INIT_PLANES(planes, ptr->video_buf, IMG_YUV_DEFAULT, in tc_filter()
292 tmc->width, tmc->height, IMG_YUV_DEFAULT, IMG_YUY2); in tc_filter()
312 tmc->width, tmc->height, IMG_YUY2, IMG_YUV_DEFAULT); in tc_filter()
/dports/multimedia/transcode/transcode-1.1.7/import/v4l/
H A Dimport_v4l2.c269 …{ V4L2_PIX_FMT_YUV420, IMG_YUV420P, IMG_YUV_DEFAULT, "YUV420 [planar] -> YUV420 [planar] (no conv…
270 { V4L2_PIX_FMT_YVU420, IMG_YV12, IMG_YUV_DEFAULT, "YVU420 [planar] -> YUV420 [planar]" },
271 { V4L2_PIX_FMT_YYUV, IMG_YUV422P, IMG_YUV_DEFAULT, "YUV422 [planar] -> YUV420 [planar]" },
272 { V4L2_PIX_FMT_Y41P, IMG_YUV411P, IMG_YUV_DEFAULT, "YUV411 [planar] -> YUV420 [planar]" },
273 { V4L2_PIX_FMT_UYVY, IMG_UYVY, IMG_YUV_DEFAULT, "UYVY [packed] -> YUV420 [planar]" },
274 { V4L2_PIX_FMT_YUYV, IMG_YUY2, IMG_YUV_DEFAULT, "YUY2 [packed] -> YUV420 [planar]" },
275 { V4L2_PIX_FMT_GREY, IMG_GRAY8, IMG_YUV_DEFAULT, "8-bit grayscale -> YUV420 [planar]" },
936 vs->fmt = IMG_YUV_DEFAULT; in tc_v4l2_parse_options()
H A Dimport_v4l.c252 YUV_INIT_PLANES(planes, buffer, IMG_YUV_DEFAULT, vs->width, vs->height); in v4lsource_mmap_grab()
253 ac_imgconvert(&p, IMG_YUY2, planes, IMG_YUV_DEFAULT, vs->width, vs->height); in v4lsource_mmap_grab()
/dports/multimedia/transcode/transcode-1.1.7/aclib/
H A Dimgconvert.h47 #define IMG_YUV_DEFAULT IMG_YUV420P macro
/dports/multimedia/transcode/transcode-1.1.7/export/
H A Dexport_im.c192 IMG_YUV_DEFAULT, IMG_RGB24);
H A Dexport_ppm.c198 IMG_YUV_DEFAULT, IMG_RGB24);
H A Dexport_yuv4mpeg.c74 srcfmt = IMG_YUV_DEFAULT;
H A Dexport_mpeg2enc.c360 srcfmt = IMG_YUV_DEFAULT;
H A Dexport_raw.c207 srcfmt = IMG_YUV_DEFAULT;
H A Dexport_mov.c287 tc_cm = IMG_YUV_DEFAULT;
H A Dexport_ffmpeg.c1626 YUV_INIT_PLANES(src, param->buffer, IMG_YUV_DEFAULT,
1632 ac_imgconvert(src, IMG_YUV_DEFAULT,
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dimport_yuv4mpeg.c136 pd->dstfmt = IMG_YUV_DEFAULT; in yw_open_video()
H A Dimport_ffmpeg.c360 frame_size = x_dim*y_dim + 2*UV_PLANE_SIZE(IMG_YUV_DEFAULT,x_dim,y_dim);
577 dst_fmt = (pix_fmt == CODEC_YUV) ?IMG_YUV_DEFAULT :IMG_RGB_DEFAULT;
/dports/multimedia/transcode/transcode-1.1.7/import/framegen/
H A Dimport_framegen.c202 YUV_INIT_PLANES(planes, data, IMG_YUV_DEFAULT, CW->width, CW->height); in framegen_color_wave_get_data()
/dports/multimedia/transcode/transcode-1.1.7/encode/
H A Dencode_lavc.c254 IMG_YUV_DEFAULT, in pre_encode_video_yuv420p_huffyuv()
259 ac_imgconvert(src, IMG_YUV_DEFAULT, in pre_encode_video_yuv420p_huffyuv()