Home
last modified time | relevance | path

Searched refs:OMX_FALSE (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c85 portdef.bFlagErrorConcealment = OMX_FALSE; in instantiate_h264d_input_port()
98 avctype.bUseHadamard = OMX_FALSE; in instantiate_h264d_input_port()
102 avctype.bEnableUEP = OMX_FALSE; in instantiate_h264d_input_port()
103 avctype.bEnableFMO = OMX_FALSE; in instantiate_h264d_input_port()
104 avctype.bEnableASO = OMX_FALSE; in instantiate_h264d_input_port()
105 avctype.bEnableRS = OMX_FALSE; in instantiate_h264d_input_port()
108 avctype.bFrameMBsOnly = OMX_FALSE; in instantiate_h264d_input_port()
109 avctype.bMBAFF = OMX_FALSE; in instantiate_h264d_input_port()
110 avctype.bEntropyCodingCABAC = OMX_FALSE; in instantiate_h264d_input_port()
111 avctype.bWeightedPPrediction = OMX_FALSE; in instantiate_h264d_input_port()
[all …]
Dh264e.c64 portdef.bFlagErrorConcealment = OMX_FALSE; in instantiate_h264e_input_port()
128 portdef.bFlagErrorConcealment = OMX_FALSE; in instantiate_h264e_output_port()
151 avctype.bEnableUEP = OMX_FALSE; in instantiate_h264e_output_port()
152 avctype.bEnableFMO = OMX_FALSE; in instantiate_h264e_output_port()
153 avctype.bEnableASO = OMX_FALSE; in instantiate_h264e_output_port()
154 avctype.bEnableRS = OMX_FALSE; in instantiate_h264e_output_port()
157 avctype.bFrameMBsOnly = OMX_FALSE; in instantiate_h264e_output_port()
158 avctype.bMBAFF = OMX_FALSE; in instantiate_h264e_output_port()
159 avctype.bEntropyCodingCABAC = OMX_FALSE; in instantiate_h264e_output_port()
160 avctype.bWeightedPPrediction = OMX_FALSE; in instantiate_h264e_output_port()
[all …]
Dentrypoint.c65 return OMX_FALSE; in egl_image_validation_hook()
75 return OMX_FALSE; in egl_image_validation_hook()
Dh264e.h46 #define OMX_VID_ENC_AVC_PORT_NONCONTIGUOUS OMX_FALSE
Dh264eprc.c343 priv->force_pic_type.IntraRefreshVOP = OMX_FALSE; in encode_frame()
483 priv->force_pic_type.IntraRefreshVOP = OMX_FALSE; in h264e_prc_ctor()
/third_party/openmax/api/1.1.2/
DOMX_Types.h192 OMX_FALSE = 0, enumerator
193 OMX_TRUE = !OMX_FALSE,
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.h45 #define OMX_VID_DEC_AVC_PORT_NONCONTIGUOUS OMX_FALSE
/third_party/ffmpeg/libavcodec/
Domx.c461 in_port_params.bPopulated = OMX_FALSE; in omx_component_init()
465 in_port_params.format.video.bFlagErrorConcealment = OMX_FALSE; in omx_component_init()
490 out_port_params.bPopulated = OMX_FALSE; in omx_component_init()
499 out_port_params.format.video.bFlagErrorConcealment = OMX_FALSE; in omx_component_init()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c230 priv->force_pic_type.IntraRefreshVOP = OMX_FALSE; in vid_enc_Constructor()
888 priv->force_pic_type.IntraRefreshVOP = OMX_FALSE; in vid_enc_EncodeFrame()