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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1182 #define FOREACH_STREAM(func) \ macro
2003 * due to the use of 'stream' as loop variable in FOREACH_STREAM
2021 FOREACH_STREAM(check_encoder_config(global.disable_warning_prompt,
2046 FOREACH_STREAM( {
2065 FOREACH_STREAM({
2074 FOREACH_STREAM({
2079 FOREACH_STREAM(set_stream_dimensions(stream, input.width, input.height));
2080 FOREACH_STREAM(validate_stream_config(stream, &global));
2086 FOREACH_STREAM( {
2093 FOREACH_STREAM({
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c1010 #define FOREACH_STREAM(func) \ macro
1548 * due to the use of 'stream' as loop variable in FOREACH_STREAM
1566 FOREACH_STREAM(check_encoder_config(global.disable_warning_prompt,
1591 FOREACH_STREAM( {
1603 FOREACH_STREAM(set_stream_dimensions(stream, input.width, input.height));
1604 FOREACH_STREAM(validate_stream_config(stream, &global));
1610 FOREACH_STREAM( {
1617 FOREACH_STREAM({
1632 FOREACH_STREAM(set_default_kf_interval(stream, &global));
1636 FOREACH_STREAM(show_stream_confi
[all...]

Completed in 75 milliseconds