Home | History | Annotate | Download | only in src

Lines Matching refs:frame_type

103     IMG_FRAME_TYPE frame_type; /*Output. Frame type. 0: I frame. 1: P frame. 2: B frame*/
116 frame_type = IMG_INTRA_IDR;
119 frame_type = IMG_INTER_B;
123 frame_type = IMG_INTER_P;
126 frame_type = IMG_INTRA_FRAME;
134 p_last_info->last_frame_type = frame_type;
143 int displaying_order, frame_type, slot;
167 printf("encodingorder displaying order frame_type slot index\n");
169 getFrameDpyOrder(i, bframes, intracnt, &last_info, &displaying_order, &frame_type, &slot);
170 printf("%5d\t%5d\t%c\t%d\n", i, displaying_order, ac_frame_type[frame_type], slot);