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 82 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition(); local
83 if (def_output == NULL) {
86 bufferCount = mMetaDataBuffersNum = def_output->nBufferCountActual;
89 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
90 mGraphicBufferParam.graphicBufferStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
91 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
92 mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
93 mDecodedImageWidth = def_output->format.video.nFrameWidth;
94 mDecodedImageHeight = def_output->format.video.nFrameHeight;
158 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition() local
    [all...]
OMXVideoDecoderBase.cpp 491 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition(); local
492 if (def_output == NULL) {
496 mMetaDataBuffersNum = def_output->nBufferCountActual;
499 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
500 mGraphicBufferParam.graphicBufferStride = getStride(def_output->format.video.nFrameWidth);
501 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
502 mGraphicBufferParam.graphicBufferHeight = (def_output->format.video.nFrameHeight + 0xf) & ~0xf;
    [all...]

Completed in 172 milliseconds