Home
last modified time | relevance | path

Searched refs:profile_tbl (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1847 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local
1884 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
1891 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2712 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
2892 profile_tbl = profile_tbl + 5; in venc_validate_profile_level()
2893 }while(profile_tbl[0] != 0); in venc_validate_profile_level()
2914 unsigned const int *profile_tbl = NULL; in venc_max_allowed_bitrate_check() local
2971 while(profile_tbl[0] != 0) in venc_max_allowed_bitrate_check()
2973 if(profile_tbl[3] == m_eLevel) in venc_max_allowed_bitrate_check()
2975 if(nTargetBitrate > profile_tbl[2]) in venc_max_allowed_bitrate_check()
[all …]
H A Dvideo_encoder_device_copper.cpp1766 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local
1793 profile_tbl = (unsigned int const *) in venc_set_profile_level()
1795 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
1800 profile_tbl = (unsigned int const *) in venc_set_profile_level()
1802 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
1848 (mb_per_sec >= profile_tbl[1])) in venc_set_profile_level()
2790 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
2832 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
2892 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
2982 profile_tbl = profile_tbl + 5; in venc_validate_profile_level()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp2090 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local
2124 profile_tbl = (unsigned int const *) in venc_set_profile_level()
2126 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2131 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2909 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
3049 profile_tbl = profile_tbl + 5; in venc_validate_profile_level()
3050 } while (profile_tbl[0] != 0); in venc_validate_profile_level()
3070 unsigned const int *profile_tbl = NULL; in venc_max_allowed_bitrate_check() local
3117 while (profile_tbl[0] != 0) { in venc_max_allowed_bitrate_check()
3118 if (profile_tbl[3] == m_eLevel) { in venc_max_allowed_bitrate_check()
[all …]
H A Dvideo_encoder_device_v4l2.cpp5262 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
5295 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
5346 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
5349 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
5434 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
5469 … + ltrinfo.count + hier_layers.numlayers + 1) <= (unsigned int) (profile_tbl[5] / profile_tbl[0])); in venc_validate_profile_level()
5486 new_level = (int)profile_tbl[3]; in venc_validate_profile_level()
5494 new_level = (int)profile_tbl[3]; in venc_validate_profile_level()
5495 new_profile = (int)profile_tbl[4]; in venc_validate_profile_level()
5503 profile_tbl = profile_tbl + MAX_PROFILE_PARAMS; in venc_validate_profile_level()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp2091 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local
2125 profile_tbl = (unsigned int const *) in venc_set_profile_level()
2127 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2132 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2910 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
3052 profile_tbl = profile_tbl + 5; in venc_validate_profile_level()
3053 } while (profile_tbl[0] != 0); in venc_validate_profile_level()
3073 unsigned const int *profile_tbl = NULL; in venc_max_allowed_bitrate_check() local
3120 while (profile_tbl[0] != 0) { in venc_max_allowed_bitrate_check()
3121 if (profile_tbl[3] == m_eLevel) { in venc_max_allowed_bitrate_check()
[all …]
H A Dvideo_encoder_device_v4l2.cpp6832 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
6865 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
6920 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
6923 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
7008 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
7049 … + ltrinfo.count + hier_layers.numlayers + 1) <= (unsigned int) (profile_tbl[5] / profile_tbl[0])); in venc_validate_profile_level()
7066 new_level = (int)profile_tbl[3]; in venc_validate_profile_level()
7067 new_profile = (int)profile_tbl[4]; in venc_validate_profile_level()
7074 new_level = (int)profile_tbl[3]; in venc_validate_profile_level()
7083 profile_tbl = profile_tbl + MAX_PROFILE_PARAMS; in venc_validate_profile_level()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp620 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in ConfigureEncoder()
622 profile_tbl = (unsigned int const *)h264_profile_level_table; in ConfigureEncoder()
624 profile_tbl = (unsigned int const *)h263_profile_level_table; in ConfigureEncoder()
629 profile_tbl = (unsigned int const *)VP8_profile_level_table; in ConfigureEncoder()
639 if (mb_per_frame <= (unsigned int)profile_tbl[0]) { in ConfigureEncoder()
640 if (mb_per_sec <= (unsigned int)profile_tbl[1]) { in ConfigureEncoder()
641 if (m_sProfile.nBitrate <= (unsigned int)profile_tbl[2]) { in ConfigureEncoder()
642 eLevel = (int)profile_tbl[3]; in ConfigureEncoder()
643 eProfile = (int)profile_tbl[4]; in ConfigureEncoder()
651 profile_tbl = profile_tbl + 5; in ConfigureEncoder()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp517 unsigned const int *profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in ConfigureEncoder() local
582 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in ConfigureEncoder()
586 profile_tbl = (unsigned int const *)h264_profile_level_table; in ConfigureEncoder()
590 profile_tbl = (unsigned int const *)h263_profile_level_table; in ConfigureEncoder()
599 if(mb_per_frame <= (int)profile_tbl[0]) in ConfigureEncoder()
601 if(mb_per_sec <= (int)profile_tbl[1]) in ConfigureEncoder()
603 if(m_sProfile.nBitrate <= (int)profile_tbl[2]) in ConfigureEncoder()
605 eLevel = (int)profile_tbl[3]; in ConfigureEncoder()
606 eProfile = (int)profile_tbl[4]; in ConfigureEncoder()
613 profile_tbl = profile_tbl + 5; in ConfigureEncoder()
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7646 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
7684 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
7734 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
7821 profile_tbl = (unsigned int const *)hevc_profile_level_table; in venc_validate_profile_level()
7861 … + ltrinfo.count + hier_layers.numlayers + 1) <= (unsigned int) (profile_tbl[5] / profile_tbl[0])); in venc_validate_profile_level()
7873 if (mb_per_frame <= (unsigned int)profile_tbl[0]) { in venc_validate_profile_level()
7874 if (mb_per_sec <= (unsigned int)profile_tbl[1]) { in venc_validate_profile_level()
7878 new_level = (int)profile_tbl[3]; in venc_validate_profile_level()
7885 new_level = (int)profile_tbl[3]; in venc_validate_profile_level()
7893 profile_tbl = profile_tbl + MAX_PROFILE_PARAMS; in venc_validate_profile_level()
[all …]