HomeSort by relevance Sort by last modified time
    Searched refs:profile_tbl (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1847 unsigned const int *profile_tbl = NULL; local
2712 unsigned const int *profile_tbl = NULL; local
2914 unsigned const int *profile_tbl = NULL; local
    [all...]
video_encoder_device_copper.cpp 1766 unsigned const int *profile_tbl = NULL; local
2790 unsigned const int *profile_tbl = NULL; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 2090 unsigned const int *profile_tbl = NULL; local
2909 unsigned const int *profile_tbl = NULL; local
3070 unsigned const int *profile_tbl = NULL; local
    [all...]
video_encoder_device_v4l2.cpp 5033 unsigned const int *profile_tbl = NULL; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 556 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[4]
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 517 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 = profile_tbl + 5
    [all...]

Completed in 291 milliseconds