Home | History | Annotate | Download | only in videocodec

Lines Matching refs:mGraphicBufferParam

91             mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
92 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
93 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
94 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
95 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
107 bufferHStride = mGraphicBufferParam.graphicBufferHStride;
108 bufferVStride = mGraphicBufferParam.graphicBufferVStride;
109 bufferWidth = mGraphicBufferParam.graphicBufferWidth;
110 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
175 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat;
176 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
177 mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f;
178 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
179 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight;
188 bufferHStride = mGraphicBufferParam.graphicBufferHStride;
189 bufferVStride = mGraphicBufferParam.graphicBufferVStride;
190 bufferWidth = mGraphicBufferParam.graphicBufferWidth;
191 bufferHeight = mGraphicBufferParam.graphicBufferHeight;
220 ret = width > mGraphicBufferParam.graphicBufferWidth
221 || height > mGraphicBufferParam.graphicBufferHeight;
599 width <= mGraphicBufferParam.graphicBufferWidth &&
600 height <= mGraphicBufferParam.graphicBufferHeight) {
607 width > mGraphicBufferParam.graphicBufferWidth ||
608 height > mGraphicBufferParam.graphicBufferHeight) {
624 memset(&mGraphicBufferParam, 0, sizeof(mGraphicBufferParam));