Home
last modified time | relevance | path

Searched refs:frame_started (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h108 bool frame_started; \
187 bool frame_started; member
H A Dvid_dec_h264_common.c40 if (priv->frame_started) in vid_dec_h264_BeginFrame()
74 priv->frame_started = true; in vid_dec_h264_BeginFrame()
114 if (!priv->frame_started) in vid_dec_h264_EndFrame()
118 priv->frame_started = false; in vid_dec_h264_EndFrame()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_mpeg12.c107 priv->frame_started = true; in BeginFrame()
115 priv->frame_started = false; in vid_dec_mpeg12_EndFrame()
166 if (priv->frame_started && (code == 0x00 || code > 0xAF)) in vid_dec_mpeg12_Decode()
350 if (!priv->frame_started) in vid_dec_mpeg12_Decode()
H A Dvid_dec_h265.c615 if (priv->frame_started) in vid_dec_h265_BeginFrame()
647 priv->frame_started = true; in vid_dec_h265_BeginFrame()
688 if (!priv->frame_started) in vid_dec_h265_EndFrame()
729 priv->frame_started = false; in vid_dec_h265_EndFrame()
H A Dvid_dec.c502 if (eos && priv->frame_started) in vid_dec_DecodeBuffer()
H A Dvid_dec_av1.c2123 if (priv->frame_started) in dec_av1_BeginFrame()
2164 priv->frame_started = true; in dec_av1_BeginFrame()
2176 if (!priv->frame_started || ! task) in dec_av1_EndFrame()
2180 priv->frame_started = false; in dec_av1_EndFrame()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c266 apriv->frame_started = false; in reset_stream_parameters()
326 if (priv->eos_ && priv->frame_started) in decode_frame()

Completed in 9 milliseconds