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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 83 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition(); local
84 if (def_output == NULL) {
87 bufferCount = mMetaDataBuffersNum = def_output->nBufferCountActual;
90 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
91 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
92 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
93 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
94 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
95 mDecodedImageWidth = def_output->format.video.nFrameWidth;
96 mDecodedImageHeight = def_output->format.video.nFrameHeight
167 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition(); local
    [all...]
OMXVideoDecoderBase.cpp 511 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition(); local
512 if (def_output == NULL) {
516 mMetaDataBuffersNum = def_output->nBufferCountActual;
519 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
520 mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth);
521 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
522 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
523 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
    [all...]

Completed in 545 milliseconds