Searched refs:force_mode (Results 1 – 2 of 2) sorted by relevance
/third_party/libsnd/src/ |
D | ogg_speex.c | 58 int force_mode ; member 68 …void *spx_header_read (SF_PRIVATE * psf, ogg_packet *op, spx_int32_t enh_enabled, int force_mode) ; 158 int force_mode = -1 ; in spx_read_header() local 216 { spx->state = spx_header_read (psf, &odata->opacket, enh_enabled, force_mode) ; in spx_read_header() 259 spx_header_read (SF_PRIVATE * psf, ogg_packet *op, spx_int32_t enh_enabled, int force_mode) in spx_header_read() argument 283 if (force_mode != -1) in spx_header_read() 284 modeID = force_mode ; in spx_header_read() 316 if (force_mode != -1) in spx_header_read() 317 { if (spx->header.mode < force_mode) in spx_header_read() 318 { psf->sf.samplerate <<= (force_mode - spx->header.mode) ; in spx_header_read() [all …]
|
/third_party/selinux/libselinux/utils/ |
D | matchpathcon.c | 74 int i, force_mode = 0; in main() local 92 force_mode = string_to_mode(optarg); in main() 93 if (force_mode < 0) { in main() 148 if (force_mode) in main() 149 mode = force_mode; in main()
|