Lines Matching refs:get_str
42 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen)
551 ret = get_str(bc, name, sizeof(name));
553 av_log(s, AV_LOG_ERROR, "get_str failed while decoding info header\n");
561 ret = get_str(bc, str_value, sizeof(str_value));
563 ret = get_str(bc, type_str, sizeof(type_str));
565 av_log(s, AV_LOG_ERROR, "get_str failed while decoding info header\n");
569 ret = get_str(bc, str_value, sizeof(str_value));
584 av_log(s, AV_LOG_ERROR, "get_str failed while decoding info header\n");
895 ret = get_str(bc, name, sizeof(name));
897 av_log(s, AV_LOG_ERROR, "get_str failed while reading sm data\n");
903 ret = get_str(bc, str_value, sizeof(str_value));
905 av_log(s, AV_LOG_ERROR, "get_str failed while reading sm data\n");
913 ret = get_str(bc, type_str, sizeof(type_str));
915 av_log(s, AV_LOG_ERROR, "get_str failed while reading sm data\n");