Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.h193 P_FRAME = 1 enumerator
Dlnc_hostheader.c1534 if (sVopCodingType == P_FRAME) { in lnc__MPEG4_writebits_VOP_header()
1546 if (sVopCodingType == P_FRAME) { in lnc__MPEG4_writebits_VOP_header()
1624 if (eVop_Coding_Type == P_FRAME) { in lnc__MPEG4_writebits_videopacket_header()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.h212 P_FRAME = 1 enumerator
Dtng_hostheader.h334 P_FRAME = 1 enumerator
Dtng_hostheader.c1258 if (sVopCodingType == P_FRAME) in MPEG4_NOTFORSIMS_WriteBits_VOPHeader()
1268 if (sVopCodingType == P_FRAME) in MPEG4_NOTFORSIMS_WriteBits_VOPHeader()
1631 if (sVopCodingType == P_FRAME) { in tng__MPEG4_writebits_VOP_header()
1643 if (sVopCodingType == P_FRAME) { in tng__MPEG4_writebits_VOP_header()
Dpnw_hostheader.c1382 if (sVopCodingType == P_FRAME) { in pnw__MPEG4_writebits_VOP_header()
1394 if (sVopCodingType == P_FRAME) { in pnw__MPEG4_writebits_VOP_header()
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()