Searched refs:enc_MoveTasks (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264eprc.c | 291 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes() 309 enc_MoveTasks(&inp->tasks, &priv->free_tasks); in encode_frame() 319 enc_MoveTasks(&priv->stacked_tasks, &inp->tasks); in encode_frame() 382 enc_MoveTasks(&priv->b_frames, &inp->tasks); in encode_frame()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_enc_common.c | 47 void enc_MoveTasks(struct list_head *from, struct list_head *to) in enc_MoveTasks() function 135 enc_MoveTasks(&priv->used_tasks, &inp->tasks); in vid_enc_BufferEncoded_common() 175 enc_MoveTasks(&priv->used_tasks, &inp->tasks); in vid_enc_BufferEncoded_common()
|
D | vid_enc_common.h | 162 void enc_MoveTasks(struct list_head *from, struct list_head *to);
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_enc.c | 842 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes() 855 enc_MoveTasks(&inp->tasks, &priv->free_tasks); in vid_enc_EncodeFrame() 864 enc_MoveTasks(&priv->stacked_tasks, &inp->tasks); in vid_enc_EncodeFrame() 928 enc_MoveTasks(&priv->b_frames, &inp->tasks); in vid_enc_EncodeFrame()
|