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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1605 // For VP8, hier-p and ltr are mutually exclusive features in firmware
1606 // Disable hier-p if ltr is enabled.
1830 // For VP8, hier-p and ltr are mutually exclusive features in firmware
1831 // Disable ltr if hier-p is enabled.
5464 bool h264, ltr, hlayers; local
5467 ltr = ltrinfo.enabled && ((ltrinfo.count + 2) <= MIN((unsigned int) (profile_tbl[5] / mb_per_frame), MAXDPB));
5484 if (h264 && (ltr || hlayers || hybridp)) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1920 // For VP8, hier-p and ltr are mutually exclusive features in firmware
1921 // Disable hier-p if ltr is enabled.
2187 // For VP8, hier-p and ltr are mutually exclusive features in firmware
2188 // Disable ltr if hier-p is enabled.
7037 bool h264, ltr, hlayers; local
7040 ltr = ltrinfo.enabled && ((ltrinfo.count + 2) <= MIN((unsigned int) (profile_tbl[5] / mb_per_frame), MAXDPB));
7057 if (h264 && (ltr || hlayers || hybridp)) {
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2148 // For VP8, hier-p and ltr are mutually exclusive features in firmware
2149 // Disable hier-p if ltr is enabled.
2470 // For VP8, hier-p and ltr are mutually exclusive features in firmware
2471 // Disable ltr if hier-p is enabled.
7854 bool h264, ltr, hlayers; local
7857 ltr = ltrinfo.enabled && ((ltrinfo.count + 2) <= MIN((unsigned int) (profile_tbl[5] / mb_per_frame), MAXDPB));
7874 if (h264 && (ltr || hlayers || hybridp)) {

Completed in 206 milliseconds