Home | History | Annotate | Download | only in encode

Lines Matching refs:mpeg2enc_context

99 struct mpeg2enc_context {
280 sps_rbsp(struct mpeg2enc_context *ctx,
402 build_packed_seq_buffer(struct mpeg2enc_context *ctx,
434 struct mpeg2enc_context *ctx = data;
502 mpeg2enc_exit(struct mpeg2enc_context *ctx, int exit_code)
541 mpeg2_profile_level(struct mpeg2enc_context *ctx,
571 parse_args(struct mpeg2enc_context *ctx, int argc, char **argv)
725 mpeg2enc_init_sequence_parameter(struct mpeg2enc_context *ctx,
789 mpeg2enc_init_picture_parameter(struct mpeg2enc_context *ctx,
818 mpeg2enc_alloc_va_resources(struct mpeg2enc_context *ctx)
905 mpeg2enc_init(struct mpeg2enc_context *ctx)
995 mpeg2enc_update_sequence_parameter(struct mpeg2enc_context *ctx,
1009 mpeg2enc_update_picture_parameter(struct mpeg2enc_context *ctx,
1066 mpeg2enc_update_picture_parameter_buffer(struct mpeg2enc_context *ctx,
1087 mpeg2enc_update_slice_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type)
1122 begin_picture(struct mpeg2enc_context *ctx,
1210 mpeg2enc_render_picture(struct mpeg2enc_context *ctx)
1255 mpeg2enc_destroy_buffers(struct mpeg2enc_context *ctx, VABufferID *va_buffers, unsigned int num_va_buffers)
1272 end_picture(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int next_is_bpic)
1308 store_coded_buffer(struct mpeg2enc_context *ctx, VAEncPictureType picture_type)
1364 encode_picture(struct mpeg2enc_context *ctx,
1419 update_next_frame_info(struct mpeg2enc_context *ctx,
1466 mpeg2enc_run(struct mpeg2enc_context *ctx)
1505 mpeg2enc_release_va_resources(struct mpeg2enc_context *ctx)
1515 mpeg2enc_end(struct mpeg2enc_context *ctx)
1524 struct mpeg2enc_context ctx;