Searched refs:nPframes (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp4243 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; local
4245 nPframes = intra_period.num_pframes;
4249 if (!nPframes) {
4250 DEBUG_PRINT_ERROR("nPframes should be non-zero\n");
4256 /* Actual GOP definition is nPframes + nBframes + 1 but for the sake of
4260 gop_size = MAX(sub_gop_size, ROUND(nPframes + nBframes, sub_gop_size));
4266 * nPframes = 2, nBframes = 6, nLayers = 3
4269 * by the client while adjusting nPframes and nBframes to meet other constraints.
4270 * eg1: Input by client: nPframes = 9, nBframes = 14, nLayers = 2
4271 * Output of this fn: nPframes
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp5437 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; local
5439 nPframes = intra_period.num_pframes;
5446 if (!nPframes && nLayers) {
5447 DEBUG_PRINT_ERROR("nPframes should be non-zero when nLayers are present\n");
5453 /* Actual GOP definition is nPframes + nBframes + 1 but for the sake of
5457 gop_size = MAX(sub_gop_size, ROUND(nPframes + nBframes, sub_gop_size));
5463 * nPframes = 2, nBframes = 6, nLayers = 3
5466 * by the client while adjusting nPframes and nBframes to meet other constraints.
5467 * eg1: Input by client: nPframes = 9, nBframes = 14, nLayers = 2
5468 * Output of this fn: nPframes
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp6041 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; local
6043 nPframes = intra_period.num_pframes;
6050 if (!nPframes && nLayers) {
6051 DEBUG_PRINT_ERROR("nPframes should be non-zero when nLayers are present\n");
6057 /* Actual GOP definition is nPframes + nBframes + 1 but for the sake of
6061 gop_size = MAX(sub_gop_size, ROUND(nPframes + nBframes, sub_gop_size));
6067 * nPframes = 2, nBframes = 6, nLayers = 3
6070 * by the client while adjusting nPframes and nBframes to meet other constraints.
6071 * eg1: Input by client: nPframes = 9, nBframes = 14, nLayers = 2
6072 * Output of this fn: nPframes
[all...]

Completed in 77 milliseconds