Home
last modified time | relevance | path

Searched refs:h264_profile_level_table (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp71 static const unsigned int h264_profile_level_table[][5]= variable
2798 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
2803 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
2808 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
2937 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_max_allowed_bitrate_check()
2942 (&h264_profile_level_table[H264_HP_START]); in venc_max_allowed_bitrate_check()
2947 (&h264_profile_level_table[H264_MP_START]); in venc_max_allowed_bitrate_check()
Dvideo_encoder_device_copper.cpp70 static const unsigned int h264_profile_level_table[][5]= variable
2888 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
2893 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
2898 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp70 static const unsigned int h264_profile_level_table[][5]= { variable
2978 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
2981 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
2984 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
3092 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_max_allowed_bitrate_check()
3095 (&h264_profile_level_table[H264_HP_START]); in venc_max_allowed_bitrate_check()
3098 (&h264_profile_level_table[H264_MP_START]); in venc_max_allowed_bitrate_check()
Dvideo_encoder_device_v4l2.cpp100 static const unsigned int h264_profile_level_table[][MAX_PROFILE_PARAMS]= { variable
6906 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
6910 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
6913 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp70 static const unsigned int h264_profile_level_table[][5]= { variable
2978 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
2981 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
2984 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
3092 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_max_allowed_bitrate_check()
3095 (&h264_profile_level_table[H264_HP_START]); in venc_max_allowed_bitrate_check()
3098 (&h264_profile_level_table[H264_MP_START]); in venc_max_allowed_bitrate_check()
Dvideo_encoder_device_v4l2.cpp103 static const unsigned int h264_profile_level_table[][MAX_PROFILE_PARAMS]= { variable
7671 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp69 static const unsigned int h264_profile_level_table[][5]= { variable
2975 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
2978 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
2981 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
3089 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_max_allowed_bitrate_check()
3092 (&h264_profile_level_table[H264_HP_START]); in venc_max_allowed_bitrate_check()
3095 (&h264_profile_level_table[H264_MP_START]); in venc_max_allowed_bitrate_check()
Dvideo_encoder_device_v4l2.cpp97 static const unsigned int h264_profile_level_table[][MAX_PROFILE_PARAMS]= { variable
5342 profile_tbl = (unsigned int const *)h264_profile_level_table; in venc_validate_profile_level()
5345 (&h264_profile_level_table[H264_HP_START]); in venc_validate_profile_level()
5348 (&h264_profile_level_table[H264_MP_START]); in venc_validate_profile_level()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp147 static const unsigned int h264_profile_level_table[][5]= variable
586 profile_tbl = (unsigned int const *)h264_profile_level_table; in ConfigureEncoder()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp157 static const unsigned int h264_profile_level_table[][5]= { variable
622 profile_tbl = (unsigned int const *)h264_profile_level_table; in ConfigureEncoder()