Home
last modified time | relevance | path

Searched refs:packed_sei_header_param_buf_id (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderAVC.h68 VABufferID packed_sei_header_param_buf_id; /* the SEI buffer */ variable
DVideoEncoderAVC.cpp59 packed_sei_header_param_buf_id = VA_INVALID_ID; /* the SEI buffer */ in VideoEncoderAVC()
/hardware/intel/common/libva/test/encode/
Davcenc.c135 VABufferID packed_sei_header_param_buf_id; /* the SEI buffer */ member
311 &avcenc_context.packed_sei_header_param_buf_id); in avcenc_update_sei_param()
637 if (avcenc_context.packed_sei_header_param_buf_id != VA_INVALID_ID) in avcenc_render_picture()
638 va_buffers[num_va_buffers++] = avcenc_context.packed_sei_header_param_buf_id; in avcenc_render_picture()
716 avcenc_destroy_buffers(&avcenc_context.packed_sei_header_param_buf_id, 1); in end_picture()
1528 avcenc_context.packed_sei_header_param_buf_id = VA_INVALID_ID; in avcenc_context_init()
Dh264encode.c1523 VABufferID packed_sei_header_param_buf_id, packed_sei_buf_id, render_id[2]; in render_packedsei() local
1560 &packed_sei_header_param_buf_id); in render_packedsei()
1571 render_id[0] = packed_sei_header_param_buf_id; in render_packedsei()