Home
last modified time | relevance | path

Searched refs:I_FRAME (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.h192 I_FRAME = 0, enumerator
Dlnc_hostheader.c1582 if (eVop_Coding_Type == I_FRAME) { in lnc__MPEG4_writebits_videopacket_header()
1844 if ((PictureCodingType == I_FRAME) || (SourceFormatType == 7) || *OptionalCustomPCF) { in H263_writebits_VideoPictureHeader()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.h211 I_FRAME = 0, enumerator
Dtng_hostheader.h333 I_FRAME = 0, enumerator
Dtng_hostheader.c1107 if (PictureCodingType == I_FRAME) in H263_NOTFORSIMS_WriteBits_VideoPictureHeader()
1752 if (PictureCodingType == I_FRAME) { in H263_writebits_VideoPictureHeader()
Dpnw_hostheader.c1510 if ((PictureCodingType == I_FRAME) || (SourceFormatType == 7) || OCPCF) { in H263_writebits_VideoPictureHeader()
Dtng_hostcode.c2014 eVop_Coding_Type = (ui8SliceType == IMG_FRAME_INTER_P) ? P_FRAME : I_FRAME; in tng__mpeg4_generate_pic_hdr_template()
2038 …CodingType = ((eFrameType == IMG_FRAME_INTRA)|| (eFrameType == IMG_FRAME_IDR)) ? I_FRAME : P_FRAME; in tng__h263_generate_pic_hdr_template()