Home | History | Annotate | Download | only in videocodec

Lines Matching refs:mGraphicBufferParam

47       memset(&mGraphicBufferParam, 0, sizeof(mGraphicBufferParam));
231 memset(&mGraphicBufferParam, 0, sizeof(mGraphicBufferParam));
518 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
519 mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth);
520 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
521 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
522 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
538 p->graphicBufferHStride = mGraphicBufferParam.graphicBufferHStride;
539 p->graphicBufferVStride = mGraphicBufferParam.graphicBufferVStride;
540 p->graphicBufferWidth = mGraphicBufferParam.graphicBufferWidth;
541 p->graphicBufferHeight = mGraphicBufferParam.graphicBufferHeight;
542 p->graphicBufferColorFormat = mGraphicBufferParam.graphicBufferColorFormat;
819 memset(&mGraphicBufferParam, 0, sizeof(mGraphicBufferParam));
902 memset(&mGraphicBufferParam, 0, sizeof(mGraphicBufferParam));
1060 mGraphicBufferParam.graphicBufferColorFormat = param->nativeBuffer->format;
1061 mGraphicBufferParam.graphicBufferHStride = param->nativeBuffer->stride;
1063 mGraphicBufferParam.graphicBufferVStride = param->nativeBuffer->height;
1064 mGraphicBufferParam.graphicBufferWidth = param->nativeBuffer->width;
1065 mGraphicBufferParam.graphicBufferHeight = param->nativeBuffer->height;