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

  /hardware/qcom/media/mm-video/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_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...]
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...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 610 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);

Completed in 411 milliseconds