Searched refs:msc (Results 26 - 31 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c2596 MOVStreamContext *msc = avst->priv_data; local
2597 if (msc->pb && msc->current_sample < avst->nb_index_entries) {
2598 AVIndexEntry *current_sample = &avst->index_entries[msc->current_sample];
2599 int64_t dts = av_rescale(current_sample->timestamp, AV_TIME_BASE, msc->time_scale);
2600 av_dlog(s, "stream %d, sample %d, dts %"PRId64"\n", i, msc->current_sample, dts);
2603 ((msc->pb != s->pb && dts < best_dts) || (msc->pb == s->pb &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmakefile.os292 @echo " msc mscdos ibm ibmdyn ibmdebug ibmprof metaware borland"
97 msc:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c3668 MOVStreamContext *msc = avst->priv_data; local
3669 if (msc->pb && msc->current_sample < avst->nb_index_entries) {
3670 AVIndexEntry *current_sample = &avst->index_entries[msc->current_sample];
3671 int64_t dts = av_rescale(current_sample->timestamp, AV_TIME_BASE, msc->time_scale);
3672 av_dlog(s, "stream %d, sample %d, dts %"PRId64"\n", i, msc->current_sample, dts);
3675 ((msc->pb != s->pb && dts < best_dts) || (msc->pb == s->pb &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c1311 INPUT_DEV_CAP_ATTR(MSC, msc);
1715 INPUT_CLEANSE_BITMASK(dev, MSC, msc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dmakefile.os268 @echo " msc mscdebug mscdos ibm ibmdyn ibmdebug ibmprof"
75 msc:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm16 ; C version (add -DNO_ASM to CFLAGS in makefile.msc and remove match.obj

Completed in 159 milliseconds

12