Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderAVC.h65 VABufferID packed_seq_buf_id; variable
DVideoEncoderAVC.cpp56 packed_seq_buf_id = VA_INVALID_ID; in VideoEncoderAVC()
1119 &packed_seq_buf_id); in renderPackedSequenceParams()
1125 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &packed_seq_buf_id, 1); in renderPackedSequenceParams()
/hardware/intel/common/libva/test/encode/
Dmpeg2vaenc.c136 VABufferID packed_seq_buf_id; member
913 ctx->packed_seq_buf_id = VA_INVALID_ID; in mpeg2enc_init()
1165 &ctx->packed_seq_buf_id); in begin_picture()
1222 if (ctx->packed_seq_buf_id != VA_INVALID_ID) in mpeg2enc_render_picture()
1223 va_buffers[num_va_buffers++] = ctx->packed_seq_buf_id; in mpeg2enc_render_picture()
1298 mpeg2enc_destroy_buffers(ctx, &ctx->packed_seq_buf_id, 1); in end_picture()
Dmpeg2enc.c136 VABufferID packed_seq_buf_id; member
913 ctx->packed_seq_buf_id = VA_INVALID_ID; in mpeg2enc_init()
1149 &ctx->packed_seq_buf_id); in begin_picture()
1206 if (ctx->packed_seq_buf_id != VA_INVALID_ID) in mpeg2enc_render_picture()
1207 va_buffers[num_va_buffers++] = ctx->packed_seq_buf_id; in mpeg2enc_render_picture()
1282 mpeg2enc_destroy_buffers(ctx, &ctx->packed_seq_buf_id, 1); in end_picture()
Davcenc.c132 VABufferID packed_seq_buf_id; member
544 &avcenc_context.packed_seq_buf_id); in begin_picture()
628 if (avcenc_context.packed_seq_buf_id != VA_INVALID_ID) in avcenc_render_picture()
629 va_buffers[num_va_buffers++] = avcenc_context.packed_seq_buf_id; in avcenc_render_picture()
713 avcenc_destroy_buffers(&avcenc_context.packed_seq_buf_id, 1); in end_picture()
1519 avcenc_context.packed_seq_buf_id = VA_INVALID_ID; in avcenc_context_init()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1988 VABufferID packed_seq_buf_id; member
2296 &avcenc_context.packed_seq_buf_id); in begin_picture()
2350 if (avcenc_context.packed_seq_buf_id != VA_INVALID_ID) in avcenc_render_picture()
2351 va_buffers[num_va_buffers++] = avcenc_context.packed_seq_buf_id; in avcenc_render_picture()
2424 avcenc_destroy_buffers(&avcenc_context.packed_seq_buf_id, 1); in end_picture()
3062 avcenc_context.packed_seq_buf_id = VA_INVALID_ID; in avcenc_context_init()