Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c760 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size()
797 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in calc_pframe_target_size()
862 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in calc_pframe_target_size()
934 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size()
1489 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_compute_frame_size_bounds()
1575 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && in vp8_drop_encodedframe_overshoot()
Dfirstpass.c355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in frame_max_bits()
1884 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in define_gf_group()
2247 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in define_gf_group()
2913 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3032 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3139 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3233 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3291 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
Donyx_if.c2787 if (cpi->oxcf.allow_spatial_resampling && (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) in resize_key_frame()
3970 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in encode_frame_to_data_rate()
4102 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in encode_frame_to_data_rate()
4455 if (((cpi->pass != 2) || (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) && in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp8/common/
Donyx.h43 USAGE_STREAM_FROM_SERVER = 0x1, enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c330 oxcf->end_usage = USAGE_STREAM_FROM_SERVER; in set_vp8e_config()