Home
last modified time | relevance | path

Searched refs:a53_cc (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqsvenc_h264.c50 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 Dnvenc.h228 int a53_cc; member
H A Dqsvenc.h206 int a53_cc; member
H A Dnvenc_hevc.c154 { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, VE },
H A Dmpeg12enc.c81 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 Dnvenc_h264.c174 { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, VE },
H A Dlibx264.c102 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 Dvideotoolboxenc.c250 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 Dnvenc.c2179 if (ctx->a53_cc && av_frame_get_side_data(frame, AV_FRAME_DATA_A53_CC)) { in prepare_sei_data_array()

Completed in 15 milliseconds