Searched refs:get_input_buffer (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264dprc.c157 static OMX_BUFFERHEADERTYPE * get_input_buffer(vid_dec_PrivateType* priv) { function in typeref:typename:OMX_BUFFERHEADERTYPE *
356 * get_input_buffer when out port is enabled to release and shift the buffers.
359 /* Set the delta value for use in get_input_buffer before exiting */
501 if (!priv->eos_ && priv->first_buf_in_frame && (in_buf = get_input_buffer(priv))) {
506 while (!priv->eos_ && (out_buf = get_output_buffer(priv)) && (in_buf = get_input_buffer(priv))) {
H A Dh264eprc.c81 static OMX_BUFFERHEADERTYPE * get_input_buffer(vid_enc_PrivateType * priv) { function in typeref:typename:OMX_BUFFERHEADERTYPE *
577 while (!priv->eos_ && (out_buf = get_output_buffer(priv)) && (in_buf = get_input_buffer(priv))) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c145 static OMX_BUFFERHEADERTYPE * get_input_buffer(vid_dec_PrivateType* priv) { function in typeref:typename:OMX_BUFFERHEADERTYPE *
343 * get_input_buffer when out port is enabled to release and shift the buffers.
346 /* Set the delta value for use in get_input_buffer before exiting */
488 if (!priv->eos_ && priv->first_buf_in_frame && (in_buf = get_input_buffer(priv))) {
493 while (!priv->eos_ && (out_buf = get_output_buffer(priv)) && (in_buf = get_input_buffer(priv))) {
H A Dh264eprc.c81 static OMX_BUFFERHEADERTYPE * get_input_buffer(vid_enc_PrivateType * priv) { function in typeref:typename:OMX_BUFFERHEADERTYPE *
577 while (!priv->eos_ && (out_buf = get_output_buffer(priv)) && (in_buf = get_input_buffer(priv))) {

Completed in 6 milliseconds