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

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 1093 unsigned const int *profile_tbl = NULL; local
1654 unsigned const int *profile_tbl = NULL; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 343 unsigned const int *profile_tbl = NULL; local
399 profile_tbl = (unsigned int const *)mpeg4_profile_level_table;
403 profile_tbl = (unsigned int const *)h264_profile_level_table;
407 profile_tbl = (unsigned int const *)h263_profile_level_table;
416 if(mb_per_frame <= (int)profile_tbl[0])
418 if(mb_per_sec <= (int)profile_tbl[1])
420 if(m_sProfile.nBitrate <= (int)profile_tbl[2])
422 eLevel = (int)profile_tbl[3];
423 eProfile = (int)profile_tbl[4];
430 profile_tbl = profile_tbl + 5
    [all...]

Completed in 16 milliseconds