Searched refs:volume_len (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c405 uint16_t volume_len, len; local
410 volume_len = avio_r8(pb);
411 volume_len = FFMIN(volume_len, 27);
413 dref->volume[volume_len] = 0;
414 av_log(c->fc, AV_LOG_DEBUG, "volume %s, len %d\n", dref->volume, volume_len);
446 if (len > volume_len && !strncmp(dref->path, dref->volume, volume_len)) {
447 len -= volume_len;
448 memmove(dref->path, dref->path+volume_len, le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c458 uint16_t volume_len, len; local
463 volume_len = avio_r8(pb);
464 volume_len = FFMIN(volume_len, 27);
466 dref->volume[volume_len] = 0;
467 av_log(c->fc, AV_LOG_DEBUG, "volume %s, len %d\n", dref->volume, volume_len);
501 if (len > volume_len && !strncmp(dref->path, dref->volume, volume_len)) {
502 len -= volume_len;
503 memmove(dref->path, dref->path+volume_len, le
[all...]

Completed in 164 milliseconds