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

  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h 77 struct ven_profilelevel profile_level; member in class:venc_dev
  /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
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 200 profile_level.level = VEN_LEVEL_MPEG4_2;
206 profile_level.level = VEN_LEVEL_H263_20;
212 profile_level.level = VEN_LEVEL_H264_1p1;
646 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = local
648 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT)
652 if(!venc_set_profile_level (profile_level->eProfile,
653 profile_level->eLevel))
814 __func__, codec_profile.profile, profile_level.level);
    [all...]
  /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 132 mEncParams->profile_level = CORE_PROFILE_LEVEL2;

Completed in 227 milliseconds