Home
last modified time | relevance | path

Searched refs:USAGE_STREAM_FROM_SERVER (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
Donyx.h48 USAGE_STREAM_FROM_SERVER = 0x0, enumerator
/external/libvpx/vp8/encoder/
Dratectrl.c855 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in vp8_calc_pframe_target_size()
895 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_calc_pframe_target_size()
1011 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in vp8_calc_pframe_target_size()
1568 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_compute_frame_size_bounds()
Dfirstpass.c249 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in frame_max_bits()
1533 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in define_gf_group()
1817 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in define_gf_group()
2441 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
2564 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
2653 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
2742 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
2785 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
Donyx_if.c2670 if (cpi->oxcf.allow_spatial_resampling && (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) in resize_key_frame()
3566 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in encode_frame_to_data_rate()
3677 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in encode_frame_to_data_rate()
3952 if (((cpi->pass != 2) || (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) && in encode_frame_to_data_rate()
4335 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in encode_frame_to_data_rate()
/external/libvpx/vp8/
Dvp8_cx_iface.c304 oxcf->end_usage = USAGE_STREAM_FROM_SERVER; in set_vp8e_config()