Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp1847 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local
1882 profile_tbl = (unsigned int const *) in venc_set_profile_level()
1884 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
1889 profile_tbl = (unsigned int const *) in venc_set_profile_level()
1891 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
1933 if((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) && in venc_set_profile_level()
1934 (mb_per_sec >= profile_tbl[1])) in venc_set_profile_level()
2712 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
2750 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in venc_validate_profile_level()
2754 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
[all …]
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()
1847 …le.profile == V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE) && (mb_per_frame >= profile_tbl[0]) && 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
2828 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in venc_validate_profile_level()
2832 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
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()
2130 profile_tbl = (unsigned int const *) in venc_set_profile_level()
2132 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2170 … if ((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) && in venc_set_profile_level()
2171 (mb_per_sec >= profile_tbl[1])) { in venc_set_profile_level()
2910 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
2941 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in venc_validate_profile_level()
2943 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
[all …]
Dvideo_encoder_device_v4l2.cpp6832 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
6863 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in venc_validate_profile_level()
6865 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
6917 profile_tbl = (unsigned int const *)h264_profile_level_table; 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()
6950 profile_tbl = (unsigned int const *)h263_profile_level_table; in venc_validate_profile_level()
7006 profile_tbl = (unsigned int const *)hevc_profile_level_table; in venc_validate_profile_level()
7008 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
7045 unsigned int hybridp = 0, maxDpb = profile_tbl[5] / mb_per_frame; in venc_validate_profile_level()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
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()
2129 profile_tbl = (unsigned int const *) in venc_set_profile_level()
2131 profile_tbl += MPEG4_720P_LEVEL*5; in venc_set_profile_level()
2169 … if ((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) && in venc_set_profile_level()
2170 (mb_per_sec >= profile_tbl[1])) { in venc_set_profile_level()
2909 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local
2940 profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in venc_validate_profile_level()
2942 profile_tbl = (unsigned int const *) in venc_validate_profile_level()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
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 …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp556 unsigned const int *profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in ConfigureEncoder() local
620 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()
[all …]