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

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 1849 unsigned const int *profile_tbl = NULL; local
2714 unsigned const int *profile_tbl = NULL; local
2916 unsigned const int *profile_tbl = NULL; local
    [all...]
video_encoder_device_copper.cpp 1768 unsigned const int *profile_tbl = NULL; local
2792 unsigned const int *profile_tbl = NULL; local
    [all...]
  /hardware/qcom/media/mm-video/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 2059 milliseconds