Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibx265.c507 x265_picture x265pic_out = { 0 }; in libx265_encode_frame() local
579 pic ? &x265pic : NULL, &x265pic_out); in libx265_encode_frame()
607 pkt->pts = x265pic_out.pts; in libx265_encode_frame()
608 pkt->dts = x265pic_out.dts; in libx265_encode_frame()
610 switch (x265pic_out.sliceType) { in libx265_encode_frame()
628 if (x265pic_out.sliceType == X265_TYPE_B) in libx265_encode_frame()
630 if (x265pic_out.frameData.sliceType == 'b') in libx265_encode_frame()
634 ff_side_data_set_encoder_stats(pkt, x265pic_out.frameData.qp * FF_QP2LAMBDA, NULL, 0, pict_type); in libx265_encode_frame()
636 if (x265pic_out.userData) { in libx265_encode_frame()
637 memcpy(&avctx->reordered_opaque, x265pic_out in libx265_encode_frame()
[all...]

Completed in 1 milliseconds