Searched refs:intraperiod (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp282 QOMX_VIDEO_INTRAPERIODTYPE intraperiod; member in union:DynamicConfigData
1369 dynamic_config.config_data.intraperiod.nPortIndex = PORT_INDEX_OUT;
1370 dynamic_config.config_data.intraperiod.nPFrames = strtoul(param, NULL, 10) - 1;
1371 dynamic_config.config_data.intraperiod.nIDRPeriod = 1; // This value is ignored in OMX component
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp313 QOMX_VIDEO_INTRAPERIODTYPE intraperiod; member in union:DynamicConfigData
1380 dynamic_config.config_data.intraperiod.nPortIndex = PORT_INDEX_OUT;
1381 dynamic_config.config_data.intraperiod.nPFrames = strtoul(param, NULL, 10) - 1;
1382 dynamic_config.config_data.intraperiod.nIDRPeriod = 1; // This value is ignored in OMX component
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1079 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
1081 if(intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT)
1083 if(venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false)
H A Dvideo_encoder_device_copper.cpp1089 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
1091 if(intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT)
1093 if(venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false)
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1245 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
1248 if (intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1249 if (venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false) {
H A Dvideo_encoder_device_v4l2.cpp1980 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
1983 if (intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1984 if (venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false) {
4265 * Intention is to keep the intraperiod as close as possible to what is desired
4281 * Intention is to keep the intraperiod as close as possible to what is desired
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1246 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
1249 if (intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1250 if (venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false) {
H A Dvideo_encoder_device_v4l2.cpp2384 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
2387 if (intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
2388 if (venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false) {
5419 * Intention is to keep the intraperiod as close as possible to what is desired
5435 * Intention is to keep the intraperiod as close as possible to what is desired
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1246 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
1249 if (intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1250 if (venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false) {
H A Dvideo_encoder_device_v4l2.cpp2594 QOMX_VIDEO_INTRAPERIODTYPE *intraperiod = local
2597 if (intraperiod->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
2598 if (venc_set_intra_period(intraperiod->nPFrames, intraperiod->nBFrames) == false) {
5859 * Intention is to keep the intraperiod as close as possible to what is desired
5875 * Intention is to keep the intraperiod as close as possible to what is desired

Completed in 138 milliseconds