HomeSort by relevance Sort by last modified time
    Searched defs:portDefn (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 512 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
513 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
515 (int)portDefn->format.video.nFrameHeight,
516 (int)portDefn->format.video.nFrameWidth);
518 if(PORT_INDEX_IN == portDefn->nPortIndex)
520 DEBUG_PRINT_LOW("\n i/p actual cnt requested = %d\n", portDefn->nBufferCountActual);
521 DEBUG_PRINT_LOW("\n i/p min cnt requested = %d\n", portDefn->nBufferCountMin);
522 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize);
531 memcpy(&m_sInPortDef, portDefn,sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
534 if (portDefn->format.video.eColorFormat == (OMX_COLOR_FORMATTYPE)QOMX_COLOR_FormatAndroidOpaque)
    [all...]
video_encoder_device.cpp 559 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
560 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
562 if(portDefn->nPortIndex == PORT_INDEX_IN)
565 if(!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0))
570 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
576 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
577 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
619 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
620 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
621 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual
    [all...]
video_encoder_device_copper.cpp 617 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
618 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
620 if(portDefn->nPortIndex == PORT_INDEX_IN)
622 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
626 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
627 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth)
630 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
631 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
668 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
669 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 489 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
490 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
492 (int)portDefn->format.video.nFrameHeight,
493 (int)portDefn->format.video.nFrameWidth);
495 if (PORT_INDEX_IN == portDefn->nPortIndex) {
496 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
497 portDefn->format.video.nFrameHeight)) {
502 DEBUG_PRINT_LOW("\n i/p actual cnt requested = %d\n", portDefn->nBufferCountActual);
503 DEBUG_PRINT_LOW("\n i/p min cnt requested = %d\n", portDefn->nBufferCountMin);
504 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize)
    [all...]
video_encoder_device.cpp 585 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
586 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
589 if (portDefn->nPortIndex == PORT_INDEX_IN) {
591 if (!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0)) {
595 if (!venc_set_color_format(portDefn->format.video.eColorFormat)) {
600 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
601 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
652 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
653 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
654 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual
    [all...]
video_encoder_device_v4l2.cpp     [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp     [all...]
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 78 milliseconds