Searched refs:VC1_PTYPE_I (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.cpp228 mAcquiredBuffer->referenceFrame = (frameType == VC1_PTYPE_I || frameType == VC1_PTYPE_P);
355 case VC1_PTYPE_I:
418 if ((frameType == VC1_PTYPE_I) || (frameType == VC1_PTYPE_P)) {
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h240 VC1_PTYPE_I, enumerator in enum:_picture_type
H A Dvbp_vc1_parser.c780 pic_parms->picture_fields.bits.picture_type = VC1_PTYPE_I;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h466 VC1_PTYPE_I, enumerator in enum:_picture_type
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_vc1.c992 case VC1_PTYPE_I: // I frame type
1018 case VC1_PTYPE_I: // I frame type
1425 if ((frame_type == VC1_PTYPE_I) || (frame_type == VC1_PTYPE_P))
1436 if ((frame_type == VC1_PTYPE_I) || (frame_type == VC1_PTYPE_P)) //If I or P frame, update the reference array
1654 case VC1_PTYPE_I: // I frame type

Completed in 3302 milliseconds