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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 51 #define SIMPLE_SCALABLE_PROFILE_LEVEL0 0x10
55 #define SIMPLE_SCALABLE_PROFILE_LEVEL0 0x10
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 51 #define SIMPLE_SCALABLE_PROFILE_LEVEL0 0x10
55 #define SIMPLE_SCALABLE_PROFILE_LEVEL0 0x10
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 90 SIMPLE_SCALABLE_PROFILE_LEVEL0 = 6,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 239 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */
254 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0);
    [all...]

Completed in 2375 milliseconds