Searched refs:spf (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmp3dec.c79 uint32_t v, spf; local
125 spf = c.lsf ? 576 : 1152; /* Samples per frame, layer 3 */
127 st->duration = av_rescale_q(frames, (AVRational){spf, c.sample_rate},
130 st->codec->bit_rate = av_rescale(size, 8 * c.sample_rate, frames * (int64_t)spf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmp3dec.c126 MPADecodeHeader *c, uint32_t spf)
156 (AVRational){spf, c->sample_rate},
266 uint32_t v, spf; local
282 spf = c.lsf ? 576 : 1152; /* Samples per frame, layer 3 */
287 mp3_parse_info_tag(s, st, &c, spf);
297 st->duration = av_rescale_q(mp3->frames, (AVRational){spf, c.sample_rate},
300 st->codec->bit_rate = av_rescale(mp3->header_filesize, 8 * c.sample_rate, mp3->frames * (int64_t)spf);
125 mp3_parse_info_tag(AVFormatContext *s, AVStream *st, MPADecodeHeader *c, uint32_t spf) argument
H A Dmxfenc.c1688 const MXFSamplesPerFrame *spf = NULL; local
1714 spf = ff_mxf_get_samples_per_frame(s, tbc);
1715 if (!spf) {
1720 mxf->time_base = spf->time_base;
1751 mxf->edit_unit_byte_count += 16 + 4 + 4 + spf->samples_per_frame[0]*8*4;
1825 if (!spf)
1826 spf = ff_mxf_get_samples_per_frame(s, (AVRational){ 1, 25 });
1828 if (ff_audio_interleave_init(s, spf->samples_per_frame, mxf->time_base) < 0)
H A Dmxfdec.c2275 const MXFSamplesPerFrame *spf = NULL; local
2278 spf = ff_mxf_get_samples_per_frame(mxf->fc, time_base);
2279 if (!spf) {
2293 while (spf->samples_per_frame[size]) {
2294 total += spf->samples_per_frame[size];
2302 *sample_count += spf->samples_per_frame[i];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c73 //FILE *spf /*= NULL*/;
423 static FILE *spf /*= NULL*/; variable
427 if (spf) {
428 rewind(spf);
436 if (spf) {
437 fclose(spf);
438 spf = NULL;
451 if (!spf) {
452 spf = fopen(_PATH_SHADOW, "r");
453 if (!spf) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet-spi.c63 if (spx_int_reg.s.spf)
143 if (spx_int_reg.s.spf)
H A Dcvmx-spxx-defs.h251 uint64_t spf:1; member in struct:cvmx_spxx_int_reg::cvmx_spxx_int_reg_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_spf.c142 area->spf = v;
360 if (v == area->spf)
416 if (x->parent == area->spf)
911 v = area->spf;
962 ospf_spf_dump (area->spf, 0);
967 ospf_spf_process_stubs (area, area->spf, new_table);
H A Dospfd.h378 struct vertex *spf; member in struct:ospf_area
H A Dospf_route.c587 if (v != area->spf)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c244 unsigned long stat, spf; local
248 spf = stat & IOC_IO_ExcpStat_SPF_Mask;
254 (spf == IOC_IO_ExcpStat_SPF_S) ? 'S' : ' ',
255 (spf == IOC_IO_ExcpStat_SPF_P) ? 'P' : ' ',
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c1459 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; local
1497 spf = !!(arr[off] & 0x40);
1498 pg_len = spf ? ((arr[off + 2] << 8) + arr[off + 3] + 4) :

Completed in 231 milliseconds