Searched refs:TYPE_I (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoframe_private.h17 TYPE_I, enumerator in enum:_MixFrameType
H A Dmixframemanager.c600 if (frame_type == TYPE_I) {
601 LOG_I( "TYPE_I %"G_GINT64_FORMAT"\n", timestamp);
615 if (frame_type != TYPE_I) {
626 if (frame_type == TYPE_I || frame_type == TYPE_P) {
641 /*if (frame_type == TYPE_I) {
H A Dmixvideoformat_h264.c1097 frame_type = TYPE_I;
H A Dmixvideoformat_vc1.c998 ret = mix_videoframe_set_frame_type(frame, TYPE_I);

Completed in 107 milliseconds