Searched refs:FILLP_FRAME_IS_VIDEO (Results 1 – 2 of 2) sorted by relevance
26 #define FILLP_FRAME_IS_VIDEO(_type) ((_type) == VIDEO_I || (_type) == VIDEO_P) macro
97 if (item->frame == FILLP_NULL_PTR || !FILLP_FRAME_IS_VIDEO(item->frame->info.frameType)) { in FillpFrameAddItem()125 …if (item->frame != FILLP_NULL_PTR && info != FILLP_NULL_PTR && FILLP_FRAME_IS_VIDEO(info->frameTyp… in FillpFrameTxInitItem()