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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 520 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
521 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
523 (int)portDefn->format.video.nFrameHeight,
524 (int)portDefn->format.video.nFrameWidth);
526 if (PORT_INDEX_IN == portDefn->nPortIndex) {
527 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
528 portDefn->format.video.nFrameHeight)) {
533 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", (unsigned int)portDefn->nBufferCountActual);
534 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
535 DEBUG_PRINT_LOW("i/p buffersize requested = %u", (unsigned int)portDefn->nBufferSize)
    [all...]
video_encoder_device.cpp 689 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
690 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
693 if (portDefn->nPortIndex == PORT_INDEX_IN) {
695 if (!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0)) {
699 if (!venc_set_color_format(portDefn->format.video.eColorFormat)) {
704 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
705 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
756 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
757 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
758 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual
    [all...]
video_encoder_device_v4l2.cpp     [all...]
omx_video_base.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...]
omx_vdec_hevc_swvdec.cpp     [all...]
  /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_copper.cpp 615 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
616 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
618 if(portDefn->nPortIndex == PORT_INDEX_IN)
620 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
624 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
625 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth)
628 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
629 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
666 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
667 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)
    [all...]
video_encoder_device.cpp 557 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
558 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
560 if(portDefn->nPortIndex == PORT_INDEX_IN)
563 if(!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0))
568 if(!venc_set_color_format(portDefn->format.video.eColorFormat))
574 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
575 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
617 if((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
618 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
619 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 608 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 620 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
    [all...]
omx_vdec.h 678 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
    [all...]

Completed in 1488 milliseconds