Searched refs:idr_pic_id (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A Dsecvideoparser.h103 uint16_t idr_pic_id; member in struct:_slice_header_t
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A Dsecvideoparser.h103 uint16_t idr_pic_id; member in struct:_slice_header_t
/hardware/intel/common/libva/va/
H A Dva_enc_h264.h421 unsigned short idr_pic_id; member in struct:_VAEncSliceParameterBufferH264
H A Dva.h2508 unsigned short idr_pic_id; member in struct:_VAParseSliceHeaderGroupBuffer
H A Dva_trace.c1595 va_TraceMsg(trace_ctx, "\tidr_pic_id = %d\n", p->idr_pic_id);
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H264ES.c162 ctx->idr_pic_id = 1;
356 * units, the value of idr_pic_id in the slices of the first such IDR
357 * access unit shall differ from the idr_pic_id in the second such IDR
359 ctx->idr_pic_id = 1 - ctx->idr_pic_id;
510 ctx->idr_pic_id);
H A Dlnc_hostcode.h247 uint16_t idr_pic_id; member in struct:context_ENC_s
H A Dlnc_hostcode.c531 ctx->idr_pic_id);
/hardware/intel/img/psb_video/src/
H A Dpnw_H264ES.c156 ctx->idr_pic_id = 1;
636 * units, the value of idr_pic_id in the slices of the first such IDR
637 * access unit shall differ from the idr_pic_id in the second such IDR
639 ctx->idr_pic_id = 1 - ctx->idr_pic_id;
766 ctx->idr_pic_id);
H A Dpnw_hostcode.h324 /*H264 idr_pic_id field in slice header*/
325 uint16_t idr_pic_id; member in struct:context_ENC_s
/hardware/intel/common/libva/test/encode/
H A Davcenc.c445 slice_param->idr_pic_id = 0;
488 slice_param->idr_pic_id = 0;
1161 bitstream_put_ue(bs, 0); /* idr_pic_id: 0 */
H A Dh264encode.c1633 ++slice_param.idr_pic_id;
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderAVC.cpp1358 currentSlice->idr_pic_id = 0;
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2240 slice_param->idr_pic_id = 0;
2754 bitstream_put_ue(bs, 0); /* idr_pic_id: 0 */

Completed in 258 milliseconds