Lines Matching defs:read
233 * always null terminated. Stop reading when either *maxread bytes are read from
238 * @param maxread Pointer to maximum number of characters to read from the
240 * actually read.
269 av_log(s, AV_LOG_ERROR, "Cannot read BOM value, input too short\n");
319 left += 2; /* did not read last char from pb */
549 /* read encoding type byte */
553 /* read MIME type (always ISO-8859) */
559 /* read file name */
564 /* read content description */
854 void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen,
940 /* In v2.4 the length includes the length field we just read. */
1056 av_log(s, AV_LOG_ERROR, "Failed to read tag data\n");
1069 pbx = &pb_local.pub; // read from sync buffer
1092 av_log(s, AV_LOG_ERROR, "Failed to read compressed tag\n");
1105 pbx = &pb_local.pub; // read from sync buffer
1117 extra_func->read(s, pbx, tlen, tag, extra_meta, isv34);
1161 /* save the current offset in case there's nothing to read/skip */