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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 140 ProfileLevelType profile_level; member in struct:tagvideoEncOptions
290 * @param profile_level is the pointer of the profile enumeration
294 OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nLayer);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 83 int32 profile_level = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 201 Int profile_level = encOption->profile_level; local
239 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */
242 profile_table_index = (Int)profile_level;
254 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 137 mEncParams->profile_level = CORE_PROFILE_LEVEL2;

Completed in 73 milliseconds