Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibopenh264dec.c104 int end_of_stream = 1; in svc_decode_frame() local
105 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_END_OF_STREAM, &end_of_stream); in svc_decode_frame()
H A Dlibxavs.c50 int end_of_stream; member
157 if (!frame && !(x4->end_of_stream)) { in XAVS_frame()
167 x4->end_of_stream = END_OF_STREAM; in XAVS_frame()
H A Dmlpdec.c61 uint8_t end_of_stream; member
1329 s->end_of_stream = 1; in read_access_unit()
1365 if (s->end_of_stream) { in read_access_unit()
1367 s->end_of_stream = 0; in read_access_unit()
H A Dvaapi_encode.h337 int end_of_stream; member
H A Dvaapi_encode.c978 if (!pic && ctx->end_of_stream) { in vaapi_encode_pick_next()
992 if (ctx->input_order <= ctx->decode_delay && !ctx->end_of_stream) { in vaapi_encode_pick_next()
1170 ctx->end_of_stream = 1; in vaapi_encode_send_frame()
1204 if (ctx->end_of_stream) in ff_vaapi_encode_receive_packet()
1232 if (av_fifo_can_write(ctx->encode_fifo) && !ctx->end_of_stream) in ff_vaapi_encode_receive_packet()
H A Dcbs_h264_syntax_template.c1255 static int FUNC(end_of_stream)(CodedBitstreamContext *ctx, RWContext *rw, in end_of_stream() function
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.h240 uint32_t end_of_stream; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.h240 uint32_t end_of_stream; member
H A Dradeon_vce_52.c262 RVCE_CS(enc->enc_pic.eo.end_of_stream); in encode()

Completed in 16 milliseconds