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

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

Completed in 80 milliseconds