Searched refs:I_FRAME (Results 1 – 7 of 7) sorted by relevance
192 I_FRAME = 0, enumerator
1582 if (eVop_Coding_Type == I_FRAME) { in lnc__MPEG4_writebits_videopacket_header()1844 if ((PictureCodingType == I_FRAME) || (SourceFormatType == 7) || *OptionalCustomPCF) { in H263_writebits_VideoPictureHeader()
211 I_FRAME = 0, enumerator
333 I_FRAME = 0, enumerator
1107 if (PictureCodingType == I_FRAME) in H263_NOTFORSIMS_WriteBits_VideoPictureHeader()1752 if (PictureCodingType == I_FRAME) { in H263_writebits_VideoPictureHeader()
1510 if ((PictureCodingType == I_FRAME) || (SourceFormatType == 7) || OCPCF) { in H263_writebits_VideoPictureHeader()
2014 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()