Searched refs:a53_cc (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qsvenc_h264.c | 50 if (q->a53_cc && frame) { in qsv_h264_set_encode_ctrl() 152 { "a53cc" , "Use A53 Closed Captions (if available)", OFFSET(qsv.a53_cc), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, VE},
|
H A D | nvenc.h | 228 int a53_cc; member
|
H A D | qsvenc.h | 206 int a53_cc; member
|
H A D | nvenc_hevc.c | 154 { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, VE },
|
H A D | mpeg12enc.c | 81 int a53_cc; member 582 if (CONFIG_MPEG2VIDEO_ENCODER && mpeg12->a53_cc) { in ff_mpeg1_encode_picture_header() 1186 { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, VE },
|
H A D | nvenc_h264.c | 174 { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, VE },
|
H A D | libx264.c | 102 int a53_cc; member 374 if (x4->a53_cc) { in X264_frame() 1108 {"a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, VE},
|
H A D | videotoolboxenc.c | 250 int a53_cc; member 2411 if (vtctx->a53_cc && side_data && side_data->size) { in vtenc_send_frame() 2728 { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, VE },
|
H A D | nvenc.c | 2179 if (ctx->a53_cc && av_frame_get_side_data(frame, AV_FRAME_DATA_A53_CC)) { in prepare_sei_data_array()
|
Completed in 15 milliseconds