Home
last modified time | relevance | path

Searched refs:vol (Results 101 - 102 of 102) sorted by relevance

12345

/third_party/rust/crates/libc/src/
H A Dpsp.rs2606 pub fn sceAudioOutput(channel: i32, vol: i32, buf: *mut c_void) -> i32; in sceAudioOutput()
2607 pub fn sceAudioOutputBlocking(channel: i32, vol: i32, buf: *mut c_void) -> i32; in sceAudioOutputBlocking()
2628 pub fn sceAudioOutput2OutputBlocking(vol: i32, buf: *mut c_void) -> i32; in sceAudioOutput2OutputBlocking()
2636 pub fn sceAudioSRCOutputBlocking(vol: i32, buf: *mut c_void) -> i32; in sceAudioSRCOutputBlocking()
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c2379 /* vol header */ in decode_vol_header()
2386 * else continue with (non studio) vol header decpoding. in decode_vol_header()
2413 if ((ctx->vol_control_parameters = get_bits1(gb))) { /* vol control parameter */ in decode_vol_header()
2447 ctx->shape = get_bits(gb, 2); /* vol shape */ in decode_vol_header()
2449 av_log(s->avctx, AV_LOG_ERROR, "only rectangular vol supported\n"); in decode_vol_header()
3315 int vol = 0; in ff_mpeg4_decode_picture_header() local
3413 if (vol) { in ff_mpeg4_decode_picture_header()
3417 vol++; in ff_mpeg4_decode_picture_header()
3639 s->low_delay = 0; /* default, might be overridden in the vol header during header parsing */ in decode_init()

Completed in 13 milliseconds

12345