HomeSort by relevance Sort by last modified time
    Searched refs:packed_sei_header_param_buf_id (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.h 68 VABufferID packed_sei_header_param_buf_id; /* the SEI buffer */ member in class:VideoEncoderAVC
VideoEncoderAVC.cpp 59 packed_sei_header_param_buf_id = VA_INVALID_ID; /* the SEI buffer */
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 135 VABufferID packed_sei_header_param_buf_id; /* the SEI buffer */ member in struct:__anon23875
311 &avcenc_context.packed_sei_header_param_buf_id);
637 if (avcenc_context.packed_sei_header_param_buf_id != VA_INVALID_ID)
638 va_buffers[num_va_buffers++] = avcenc_context.packed_sei_header_param_buf_id;
716 avcenc_destroy_buffers(&avcenc_context.packed_sei_header_param_buf_id, 1);
    [all...]
h264encode.c 1523 VABufferID packed_sei_header_param_buf_id, packed_sei_buf_id, render_id[2]; local
    [all...]

Completed in 4452 milliseconds