Home | History | Annotate | Download | only in src

Lines Matching defs:frame_type

946 	enum _picture_type frame_type = pic_params->picture_fields.bits.picture_type;
954 if (frame_type == VC1_PTYPE_B)
973 LOG_V( "frame type is %d\n", frame_type);
990 switch (frame_type)
995 ret = mix_videoframe_set_frame_type(frame, frame_type);
1012 LOG_V( "Setting reference frames in picparams, frame_type = %d\n", frame_type);
1016 switch (frame_type)
1421 enum _picture_type frame_type = data->pic_data[0].pic_parms->picture_fields.bits.picture_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
1440 frame_type,
1637 enum _picture_type frame_type,
1652 switch (frame_type)