Home
last modified time | relevance | path

Searched refs:eProfile (Results 1 – 8 of 8) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Video.h499 OMX_VIDEO_H263PROFILETYPE eProfile; member
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
DOMX_VideoExt.h89 OMX_VIDEO_VP8PROFILETYPE eProfile; member
DOMX_Audio.h358 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */ member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c227 priv->profile_level.eProfile = OMX_VIDEO_AVCProfileBaseline; in vid_enc_Constructor()
495 profile_level->eProfile = priv->profile_level.eProfile; in vid_enc_GetParameter()
610 templat.profile = enc_TranslateOMXProfileToPipe(priv->profile_level.eProfile); in vid_enc_MessageHandler()
804 picture.base.profile = enc_TranslateOMXProfileToPipe(priv->profile_level.eProfile); in enc_HandleTask()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c93 avctype.eProfile = OMX_VIDEO_AVCProfileHigh; in instantiate_h264d_input_port()
Dh264e.c143 avctype.eProfile = OMX_VIDEO_AVCProfileBaseline; in instantiate_h264e_output_port()
Dh264eprc.c481 priv->profile_level.eProfile = OMX_VIDEO_AVCProfileBaseline; in h264e_prc_ctor()
530 templat.profile = enc_TranslateOMXProfileToPipe(priv->profile_level.eProfile); in h264e_prc_prepare_to_transfer()
/third_party/ffmpeg/libavcodec/
Domx.c529 avc.eProfile = OMX_VIDEO_AVCProfileBaseline; in omx_component_init()
532 avc.eProfile = OMX_VIDEO_AVCProfileMain; in omx_component_init()
535 avc.eProfile = OMX_VIDEO_AVCProfileHigh; in omx_component_init()