Home
last modified time | relevance | path

Searched refs:pic_out (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibxavs.c125 xavs_picture_t pic_out; in XAVS_frame() local
143 frame? &x4->pic: NULL, &pic_out) < 0) in XAVS_frame()
170 avctx->coded_frame->pts = pic_out.i_pts; in XAVS_frame()
173 pkt->pts = pic_out.i_pts; in XAVS_frame()
182 switch (pic_out.i_type) { in XAVS_frame()
205 if (pic_out.i_type == XAVS_TYPE_I) { in XAVS_frame()
216 avctx->coded_frame->quality = (pic_out.i_qpplus1 - 1) * FF_QP2LAMBDA; in XAVS_frame()
220 ff_side_data_set_encoder_stats(pkt, (pic_out.i_qpplus1 - 1) * FF_QP2LAMBDA, NULL, 0, pict_type); in XAVS_frame()
Dlibx264.c300 x264_picture_t pic_out = {0}; in X264_frame() local
444 if (x264_encoder_encode(x4->enc, &nal, &nnal, frame? &x4->pic: NULL, &pic_out) < 0) in X264_frame()
455 pkt->pts = pic_out.i_pts; in X264_frame()
456 pkt->dts = pic_out.i_dts; in X264_frame()
458 out_opaque = pic_out.opaque; in X264_frame()
468 switch (pic_out.i_type) { in X264_frame()
490 pkt->flags |= AV_PKT_FLAG_KEY*pic_out.b_keyframe; in X264_frame()
492 … ff_side_data_set_encoder_stats(pkt, (pic_out.i_qpplus1 - 1) * FF_QP2LAMBDA, NULL, 0, pict_type); in X264_frame()
498 ctx->coded_frame->quality = (pic_out.i_qpplus1 - 1) * FF_QP2LAMBDA; in X264_frame()
Dvaapi_encode.c892 VAAPIEncodePicture **pic_out) in vaapi_encode_pick_next() argument
917 *pic_out = pic; in vaapi_encode_pick_next()
1003 *pic_out = pic; in vaapi_encode_pick_next()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c1517 x265_picture pic_out; in gst_x265_enc_encode_frame() local
1553 &nal, i_nal, pic_in, &pic_out); in gst_x265_enc_encode_frame()
1578 GPOINTER_TO_INT (pic_out.userData)); in gst_x265_enc_encode_frame()
1582 "output picture ready POC=%d system=%d frame found %d", pic_out.poc, in gst_x265_enc_encode_frame()
1583 GPOINTER_TO_INT (pic_out.userData), frame != NULL); in gst_x265_enc_encode_frame()
1602 if (pic_out.sliceType == X265_TYPE_IDR || pic_out.sliceType == X265_TYPE_I) { in gst_x265_enc_encode_frame()
1618 (gint64) pic_out.dts, (gint64) pic_out.pts); in gst_x265_enc_encode_frame()
1620 frame->dts = pic_out.dts + encoder->dts_offset; in gst_x265_enc_encode_frame()