Searched refs:bframes (Results 1 – 7 of 7) sorted by relevance
39 int bframes, in displayingOrder2EncodingOrder() argument51 else if ((poc % (bframes + 1)) == 0) //I or P in displayingOrder2EncodingOrder()52 return (displaying_order - bframes); in displayingOrder2EncodingOrder()59 int bframes, int intracnt, int idrcnt, in getSlotIndex() argument65 for (i = 0; i < (bframes + 2); i++) { in getSlotIndex()70 last_info->slot_consume_enc_order[bframes + 2 - 1] = 1; in getSlotIndex()75 last_info->slot_consume_dpy_order[0] = bframes + 2; in getSlotIndex()76 …last_info->slot_consume_enc_order[0] = displayingOrder2EncodingOrder(bframes + 2, bframes, intracn… in getSlotIndex()77 last_info->max_dpy_num = bframes + 2; in getSlotIndex()79 for (i = 0; i < (bframes + 2); i++) { in getSlotIndex()[all …]
58 int bframes, /*Input, The number of B frames between P and I */
52 static int bframes; variable74 bframes = entropy = 0; in omx_venc()80 bframes = atoi(property_value); in omx_venc()802 if (pParam->nBFrames || bframes) in set_parameter()803 … mp4_param.nBFrames = (pParam->nBFrames > (unsigned int) bframes)? pParam->nBFrames : bframes; in set_parameter()818 if (pParam->nBFrames || bframes) in set_parameter()866 if (pParam->nBFrames || bframes) { in set_parameter()867 … avc_param.nBFrames = (pParam->nBFrames > (unsigned int) bframes)? pParam->nBFrames : bframes; in set_parameter()890 if (pParam->nBFrames || bframes) in set_parameter()
54 static int bframes; variable148 bframes = entropy = 0; in omx_venc()154 bframes = atoi(property_value); in omx_venc()867 if (pParam->nBFrames || bframes) in set_parameter()884 if (pParam->nBFrames || bframes) in set_parameter()920 if (bframes ) { in set_parameter()921 avc_param.nBFrames = bframes; in set_parameter()940 if (pParam->nBFrames || bframes) in set_parameter()
2893 Prop.info.intra_period.bframes = nBFrame; in swvenc_set_intra_period()
45 static int bframes; variable140 bframes = entropy = 0; in omx_venc()146 bframes = atoi(property_value); in omx_venc()912 if (pParam->nBFrames || bframes) in set_parameter()929 if (pParam->nBFrames || bframes) in set_parameter()965 if (bframes ) { in set_parameter()966 avc_param.nBFrames = bframes; in set_parameter()985 if (pParam->nBFrames || bframes) in set_parameter()
2959 Prop.info.intra_period.bframes = nBFrame; in swvenc_set_intra_period()