Searched defs:profile_tbl (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1847 unsigned const int *profile_tbl = NULL; local
1882 profile_tbl = (unsigned int const *)
1884 profile_tbl += MPEG4_720P_LEVEL*5;
1889 profile_tbl = (unsigned int const *)
1891 profile_tbl += MPEG4_720P_LEVEL*5;
1933 if((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) &&
1934 (mb_per_sec >= profile_tbl[1]))
2712 unsigned const int *profile_tbl = NULL; local
2750 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
2754 profile_tbl
2914 unsigned const int *profile_tbl = NULL; local
[all...]
H A Dvideo_encoder_device_copper.cpp1766 unsigned const int *profile_tbl = NULL; local
1793 profile_tbl = (unsigned int const *)
1795 profile_tbl += MPEG4_720P_LEVEL*5;
1800 profile_tbl = (unsigned int const *)
1802 profile_tbl += MPEG4_720P_LEVEL*5;
1847 if((requested_profile.profile == V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE) && (mb_per_frame >= profile_tbl[0]) &&
1848 (mb_per_sec >= profile_tbl[1]))
2790 unsigned const int *profile_tbl = NULL; local
2828 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
2832 profile_tbl
[all...]
/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; local
582 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
586 profile_tbl = (unsigned int const *)h264_profile_level_table;
590 profile_tbl = (unsigned int const *)h263_profile_level_table;
599 if(mb_per_frame <= (int)profile_tbl[0])
601 if(mb_per_sec <= (int)profile_tbl[1])
603 if(m_sProfile.nBitrate <= (int)profile_tbl[2])
605 eLevel = (int)profile_tbl[3];
606 eProfile = (int)profile_tbl[4];
613 profile_tbl
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp2090 unsigned const int *profile_tbl = NULL; local
2124 profile_tbl = (unsigned int const *)
2126 profile_tbl += MPEG4_720P_LEVEL*5;
2129 profile_tbl = (unsigned int const *)
2131 profile_tbl += MPEG4_720P_LEVEL*5;
2169 if ((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) &&
2170 (mb_per_sec >= profile_tbl[1])) {
2909 unsigned const int *profile_tbl = NULL; local
2940 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
2942 profile_tbl
3070 unsigned const int *profile_tbl = NULL; local
[all...]
H A Dvideo_encoder_device_v4l2.cpp5105 unsigned const int *profile_tbl = NULL; local
5136 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
5138 profile_tbl = (unsigned int const *)
5187 profile_tbl = (unsigned int const *)h264_profile_level_table;
5189 profile_tbl = (unsigned int const *)
5192 profile_tbl = (unsigned int const *)
5219 profile_tbl = (unsigned int const *)h263_profile_level_table;
5275 profile_tbl = (unsigned int const *)hevc_profile_level_table;
5277 profile_tbl = (unsigned int const *)
5308 unsigned int hybridp = 0, maxDpb = profile_tbl[
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp556 unsigned const int *profile_tbl = (unsigned int const *)mpeg4_profile_level_table; local
620 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
622 profile_tbl = (unsigned int const *)h264_profile_level_table;
624 profile_tbl = (unsigned int const *)h263_profile_level_table;
629 profile_tbl = (unsigned int const *)VP8_profile_level_table;
639 if (mb_per_frame <= (unsigned int)profile_tbl[0]) {
640 if (mb_per_sec <= (unsigned int)profile_tbl[1]) {
641 if (m_sProfile.nBitrate <= (unsigned int)profile_tbl[2]) {
642 eLevel = (int)profile_tbl[3];
643 eProfile = (int)profile_tbl[
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp2091 unsigned const int *profile_tbl = NULL; local
2125 profile_tbl = (unsigned int const *)
2127 profile_tbl += MPEG4_720P_LEVEL*5;
2130 profile_tbl = (unsigned int const *)
2132 profile_tbl += MPEG4_720P_LEVEL*5;
2170 if ((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) &&
2171 (mb_per_sec >= profile_tbl[1])) {
2910 unsigned const int *profile_tbl = NULL; local
2941 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
2943 profile_tbl
3073 unsigned const int *profile_tbl = NULL; local
[all...]
H A Dvideo_encoder_device_v4l2.cpp6137 unsigned const int *profile_tbl = NULL; local
6168 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
6170 profile_tbl = (unsigned int const *)
6222 profile_tbl = (unsigned int const *)h264_profile_level_table;
6225 profile_tbl = (unsigned int const *)
6228 profile_tbl = (unsigned int const *)
6255 profile_tbl = (unsigned int const *)h263_profile_level_table;
6311 profile_tbl = (unsigned int const *)hevc_profile_level_table;
6313 profile_tbl = (unsigned int const *)
6350 unsigned int hybridp = 0, maxDpb = profile_tbl[
[all...]

Completed in 119 milliseconds