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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c768 vpx_svc_parameters_t svc_params; local
771 memset(&svc_params, 0, sizeof(svc_params));
772 svc_params.temporal_layer = 0;
773 svc_params.spatial_layer = si->layer;
774 svc_params.flags = si->enc_frame_flags;
785 &svc_params.width,
786 &svc_params.height)) {
793 svc_params.min_quantizer = si->quantizer_keyframe[layer_index];
794 svc_params
[all...]

Completed in 23 milliseconds