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

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.h193 P_FRAME = 1 enumerator in enum:_VOP_CODING_ENUM
H A Dlnc_hostheader.c1534 if (sVopCodingType == P_FRAME) {
1546 if (sVopCodingType == P_FRAME) {
1624 if (eVop_Coding_Type == P_FRAME) {
/hardware/intel/img/psb_video/src/
H A Dpnw_hostheader.h212 P_FRAME = 1 enumerator in enum:_VOP_CODING_ENUM
H A Dtng_hostheader.h334 P_FRAME = 1 enumerator in enum:_VOP_CODING_ENUM
H A Dtng_hostheader.c1258 if (sVopCodingType == P_FRAME)
1268 if (sVopCodingType == P_FRAME)
1631 if (sVopCodingType == P_FRAME) {
1643 if (sVopCodingType == P_FRAME) {
H A Dpnw_hostheader.c1378 if (sVopCodingType == P_FRAME) {
1390 if (sVopCodingType == P_FRAME) {
H A Dtng_hostcode.c2014 eVop_Coding_Type = (ui8SliceType == IMG_FRAME_INTER_P) ? P_FRAME : I_FRAME;
2038 H263_PICTURE_CODING_TYPE ePictureCodingType = ((eFrameType == IMG_FRAME_INTRA)|| (eFrameType == IMG_FRAME_IDR)) ? I_FRAME : P_FRAME;

Completed in 260 milliseconds