Lines Matching defs:filepositions
111 FLVFileposition *filepositions;
562 flv->filepositions = position;
563 flv->head_filepositions = flv->filepositions;
566 flv->filepositions->next = position;
568 flv->filepositions = flv->filepositions->next;
582 metadata_size = flv->filepositions_count * 9 * 2 + 10; /* filepositions and times value */
583 metadata_size += 2 + 13; /* filepositions String */
759 put_amf_string(pb, "filepositions");
1047 flv->filepositions = flv->head_filepositions = NULL;