Lines Matching refs:b
69 * - When <b>event</b> is <b>CODEC_EVENT_CMD_COMPLETE</b> and <b>eventData</b> is null,
70 …* <b>data2</b> indicates a state if <b>data1</b> is <b>CODEC_COMMAND_STATE_SET</b> and indicates a…
71 * <b>data1</b> is any <b>CodecCommandType</b> other than <b>CODEC_COMMAND_STATE_SET</b>.
72 …* - When <b>event</b> is <b>CODEC_EVENT_ERROR</b>, <b>data1</b> indicates an error code and <b>dat…
73 * and <b>eventData</b> are both <b>0</b>.
74 …* - When <b>event</b> is <b>CODEC_EVENT_MARK</b>, <b>data1</b> and <b>data2</b> are both <b>0</b> …
75 * <b>eventData</b> points to the mark.
76 …* - When <b>event</b> is <b>CODEC_EVENT_PORT_SETTINGS_CHANGED</b>, <b>data1</b> indicates a port a…
77 * and <b>eventData</b> are <b>0</b>.
78 …* - When <b>event</b> is <b>CODEC_EVENT_BUFFER_FLAG</b>, <b>data1</b> indicates a port, <b>data2</…
79 * flag, and <b>eventData</b> is <b>0</b>.
80 …* - When <b>event</b> is <b>CODEC_EVENT_RESOURCES_ACQUIRED</b> or <b>CODEC_EVENT_DYNAMIC_RESOURCES…
81 * <b>data1</b>, <b>data2</b>, and <b>eventData</b> are <b>0</b>.
86 * @return Returns <b>HDF_SUCCESS</b> if the operation is successful.
87 … * @return Returns <b>HDF_ERR_INVALID_PARAM</b> if the operation fails due to invalid parameters.
88 * @return Returns <b>HDF_FAILURE</b> if the execution fails.
90 * see <b>OMX_ERRORTYPE</b> defined by OpenMAX IL.
105 * @return Returns <b>HDF_SUCCESS</b> if the operation is successful.
106 … * @return Returns <b>HDF_ERR_INVALID_PARAM</b> if the operation fails due to invalid parameters.
107 * @return Returns <b>HDF_FAILURE</b> if the execution fails.
109 * error codes, see <b>OMX_ERRORTYPE</b> defined by OpenMAX IL.
123 * @return Returns <b>HDF_SUCCESS</b> if the operation is successful.
124 … * @return Returns <b>HDF_ERR_INVALID_PARAM</b> if the operation fails due to invalid parameters.
125 * @return Returns <b>HDF_FAILURE</b> if the execution fails.
127 * see <b>OMX_ERRORTYPE</b> defined by OpenMAX IL.