Lines Matching refs:buffer
431 static int amf_get_string(AVIOContext *ioc, char *buffer, int buffsize)
440 ret = avio_read(ioc, buffer, length);
446 buffer[length] = '\0';
758 char buffer[32];
768 amf_get_string(ioc, buffer, sizeof(buffer)) < 0)
771 if (!strcmp(buffer, "onTextData"))
774 if (!strcmp(buffer, "onCaption"))
777 if (!strcmp(buffer, "onCaptionInfo"))
780 if (strcmp(buffer, "onMetaData") && strcmp(buffer, "onCuePoint") && strcmp(buffer, "|RtmpSampleAccess")) {
781 av_log(s, AV_LOG_DEBUG, "Unknown type %s\n", buffer);
801 if (amf_parse_object(s, astream, vstream, buffer, next_pos, 0) < 0)
1163 // been flushed out from the IO buffer.