Searched refs:profile_tbl (Results 1 – 7 of 7) sorted by relevance
1847 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local1882 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() local2750 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 …]
1766 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local1793 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() local2828 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 …]
2091 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local2125 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() local2941 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 …]
6832 unsigned const int *profile_tbl = NULL; in venc_validate_profile_level() local6863 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 …]
2090 unsigned const int *profile_tbl = NULL; in venc_set_profile_level() local2124 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() local2940 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 …]
517 unsigned const int *profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in ConfigureEncoder() local582 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 …]
556 unsigned const int *profile_tbl = (unsigned int const *)mpeg4_profile_level_table; in ConfigureEncoder() local620 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 …]