Searched refs:a53_cc (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qsvenc_h264.c | 50 if (q->a53_cc && frame) { in qsv_h264_set_encode_ctrl() 142 …{ "a53cc" , "Use A53 Closed Captions (if available)", OFFSET(qsv.a53_cc), AV_OPT_TYPE_INT, {.i64 =…
|
D | nvenc.h | 216 int a53_cc; member
|
D | qsvenc.h | 196 int a53_cc; member
|
D | mpegvideo.h | 463 int a53_cc; member 680 {"a53cc", "Use A53 Closed Captions (if available)", FF_MPV_OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {.i64 …
|
D | nvenc_hevc.c | 150 …{ "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {…
|
D | nvenc_h264.c | 170 …{ "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {…
|
D | libx264.c | 100 int a53_cc; member 351 if (x4->a53_cc) { in X264_frame() 1076 …{"a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OP…
|
D | videotoolboxenc.c | 243 int a53_cc; member 2373 if (vtctx->a53_cc && side_data && side_data->size) { in vtenc_send_frame() 2653 …{ "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {.i64 = 1},…
|
D | mpeg12enc.c | 553 if (s->codec_id == AV_CODEC_ID_MPEG2VIDEO && s->a53_cc) { in ff_mpeg1_encode_picture_header()
|
D | nvenc.c | 2228 if (ctx->a53_cc && av_frame_get_side_data(frame, AV_FRAME_DATA_A53_CC)) { in nvenc_send_frame()
|