Home
last modified time | relevance | path

Searched refs:b_frames (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c273 if (list_is_empty(&priv->b_frames)) in enc_ClearBframes()
276 task = list_entry(priv->b_frames.prev, struct encode_task, list); in enc_ClearBframes()
286 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes()
293 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes()
359 list_addtail(&task->list, &priv->b_frames); in encode_frame()
377 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in encode_frame()
384 enc_MoveTasks(&priv->b_frames, &inp->tasks); in encode_frame()
432 list_inithead(&priv->b_frames); in h264e_prc_create_encoder()
447 enc_ReleaseTasks(&priv->b_frames); in h264e_prc_destroy_encoder()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c241 list_inithead(&priv->b_frames); in vid_enc_Constructor()
254 enc_ReleaseTasks(&priv->b_frames); in vid_enc_Destructor()
823 if (list_is_empty(&priv->b_frames)) in enc_ClearBframes()
826 task = list_entry(priv->b_frames.prev, struct encode_task, list); in enc_ClearBframes()
836 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes()
843 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes()
904 list_addtail(&task->list, &priv->b_frames); in vid_enc_EncodeFrame()
922 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in vid_enc_EncodeFrame()
929 enc_MoveTasks(&priv->b_frames, &inp->tasks); in vid_enc_EncodeFrame()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h87 struct list_head b_frames; \
136 struct list_head b_frames;
/third_party/ffmpeg/libavcodec/
Dmpegvideo_enc.c1569 int b_frames = 0; in select_input_picture() local
1588 b_frames = s->max_b_frames; in select_input_picture()
1589 while (b_frames && !s->input_picture[b_frames]) in select_input_picture()
1590 b_frames--; in select_input_picture()
1609 b_frames = FFMAX(0, i - 1); in select_input_picture()
1612 for (i = 0; i < b_frames + 1; i++) { in select_input_picture()
1616 b_frames = estimate_best_b_count(s); in select_input_picture()
1617 if (b_frames < 0) in select_input_picture()
1618 return b_frames; in select_input_picture()
1623 for (i = b_frames - 1; i >= 0; i--) { in select_input_picture()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.h156 guint b_frames; member
Dgstmsdkenc.c647 thiz->param.mfx.GopRefDist = thiz->b_frames + 1; in gst_msdkenc_init_encoder()
2118 thiz->b_frames = PROP_B_FRAMES_DEFAULT; in gst_msdkenc_init()
2208 thiz->b_frames = g_value_get_uint (value); in gst_msdkenc_set_common_property()
2311 g_value_set_uint (value, thiz->b_frames); in gst_msdkenc_get_common_property()