HomeSort by relevance Sort by last modified time
    Searched refs:bframes (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/
tng_slotorder.c 39 int bframes,
51 else if ((poc % (bframes + 1)) == 0) //I or P
52 return (displaying_order - bframes);
59 int bframes, int intracnt, int idrcnt,
65 for (i = 0; i < (bframes + 2); i++) {
70 last_info->slot_consume_enc_order[bframes + 2 - 1] = 1;
75 last_info->slot_consume_dpy_order[0] = bframes + 2;
76 last_info->slot_consume_enc_order[0] = displayingOrder2EncodingOrder(bframes + 2, bframes, intracnt, idrcnt);
77 last_info->max_dpy_num = bframes + 2
    [all...]
tng_slotorder.h 58 int bframes, /*Input, The number of B frames between P and I */
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 54 static int bframes; variable
74 bframes = entropy = 0;
79 property_get("vidc.debug.bframes", property_value, "0");
80 bframes = atoi(property_value);
700 if (pParam->nBFrames || bframes)
701 mp4_param.nBFrames = (pParam->nBFrames > (unsigned int) bframes)? pParam->nBFrames : bframes;
704 DEBUG_PRINT_HIGH("MPEG4: %u BFrames are being set", (unsigned int)mp4_param.nBFrames);
718 if (pParam->nBFrames || bframes)
    [all...]

Completed in 40 milliseconds