Home | History | Annotate | Download | only in src

Lines Matching defs:frame_type

1079 	MixFrameType frame_type = TYPE_INVALID;
1087 frame_type = TYPE_P;
1091 frame_type = TYPE_B;
1097 frame_type = TYPE_I;
1110 LOG_V( "frame type is %d\n", frame_type);
1115 ret = mix_videoframe_set_frame_type(frame, frame_type);