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

1 2

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp 399 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
400 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
402 (int)portDefn->format.video.nFrameHeight,
403 (int)portDefn->format.video.nFrameWidth);
407 prop.uProperty.sDimensions.nWidth = portDefn->format.video.nFrameWidth;
408 prop.uProperty.sDimensions.nHeight= portDefn->format.video.nFrameHeight;
412 portDefn->format.video.nFrameWidth, portDefn->format.video.nFrameHeight);
416 if (PORT_INDEX_IN == portDefn->nPortIndex) {
417 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth
    [all...]
omx_swvenc_mpeg4.cpp 507 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
508 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
510 (int)portDefn->format.video.nFrameHeight,
511 (int)portDefn->format.video.nFrameWidth);
513 if (PORT_INDEX_IN == portDefn->nPortIndex)
515 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
516 portDefn->format.video.nFrameHeight))
522 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", portDefn->nBufferCountActual);
523 DEBUG_PRINT_LOW("i/p min cnt requested = %u", portDefn->nBufferCountMin);
524 DEBUG_PRINT_LOW("i/p buffersize requested = %u", portDefn->nBufferSize)
    [all...]
omx_video_encoder.cpp 668 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
669 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
671 (int)portDefn->format.video.nFrameHeight,
672 (int)portDefn->format.video.nFrameWidth);
674 if (PORT_INDEX_IN == portDefn->nPortIndex) {
675 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
676 portDefn->format.video.nFrameHeight)) {
681 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", (unsigned int)portDefn->nBufferCountActual);
682 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
683 DEBUG_PRINT_LOW("i/p buffersize requested = %u", (unsigned int)portDefn->nBufferSize)
    [all...]
video_encoder_device.cpp 690 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
691 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
694 if (portDefn->nPortIndex == PORT_INDEX_IN) {
696 if (!venc_set_encode_framerate(portDefn->format.video.xFramerate, 0)) {
700 if (!venc_set_color_format(portDefn->format.video.eColorFormat)) {
705 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
706 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
757 if ((portDefn->nBufferCountActual >= m_sInput_buff_property.mincount) &&
758 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
759 m_sInput_buff_property.actualcount = portDefn->nBufferCountActual
    [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 505 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
506 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
508 (int)portDefn->format.video.nFrameHeight,
509 (int)portDefn->format.video.nFrameWidth);
511 if (PORT_INDEX_IN == portDefn->nPortIndex)
513 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
514 portDefn->format.video.nFrameHeight))
520 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", portDefn->nBufferCountActual);
521 DEBUG_PRINT_LOW("i/p min cnt requested = %u", portDefn->nBufferCountMin);
522 DEBUG_PRINT_LOW("i/p buffersize requested = %u", portDefn->nBufferSize)
    [all...]
omx_video_encoder.cpp 708 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
709 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
711 (int)portDefn->format.video.nFrameHeight,
712 (int)portDefn->format.video.nFrameWidth);
714 if (PORT_INDEX_IN == portDefn->nPortIndex) {
715 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
716 portDefn->format.video.nFrameHeight)) {
721 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", (unsigned int)portDefn->nBufferCountActual);
722 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
723 DEBUG_PRINT_LOW("i/p buffersize requested = %u", (unsigned int)portDefn->nBufferSize)
    [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
  /hardware/qcom/media/msm8974/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...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 592 OMX_PARAM_PORTDEFINITIONTYPE *portDefn;
593 portDefn = (OMX_PARAM_PORTDEFINITIONTYPE *) paramData;
595 (int)portDefn->format.video.nFrameHeight,
596 (int)portDefn->format.video.nFrameWidth);
598 if (PORT_INDEX_IN == portDefn->nPortIndex) {
599 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
600 portDefn->format.video.nFrameHeight)) {
605 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", (unsigned int)portDefn->nBufferCountActual);
606 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
607 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...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 462 milliseconds

1 2