Lines Matching defs:key_info_file
228 char *key_info_file;
311 if (!http_base_proto || !hls->http_persistent || hls->key_info_file || hls->encrypt) {
793 ret = s->io_open(s, &pb, hls->key_info_file, AVIO_FLAG_READ, &options);
797 "error opening key info file %s\n", hls->key_info_file);
1152 if (hls->key_info_file || hls->encrypt) {
1603 if ((hls->encrypt || hls->key_info_file) && (!key_uri || strcmp(en->key_uri, key_uri) ||
1769 if (c->key_info_file || c->encrypt) {
1775 if (c->key_info_file && c->encrypt) {
1781 if (c->key_info_file) {
1808 if (c->key_info_file || c->encrypt) {
2533 if (hls->key_info_file || hls->encrypt)
2545 if (hls->key_info_file || hls->encrypt) {
2636 if (hls->key_info_file || hls->encrypt)
2739 if (hls->key_info_file || hls->encrypt) {
2801 if (hls->key_info_file || hls->encrypt) {
3121 {"hls_key_info_file", "file with key URI and key file path", OFFSET(key_info_file), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},