Searched refs:mDecodedImageWidth (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9Hybrid.cpp50 mDecodedImageWidth = 0;
96 mDecodedImageWidth = def_output->format.video.nFrameWidth;
160 bufferHStride = mDecodedImageWidth;
162 bufferWidth = mDecodedImageWidth;
217 ret = (width != mDecodedImageWidth)
332 ((mDecodedImageWidth != 0) && (mDecodedImageHeight != 0)) &&
333 ((mDecodedImageNewWidth != mDecodedImageWidth || mDecodedImageNewHeight != mDecodedImageHeight))) {
465 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight);
485 if (mDecodedImageHeight == 0 && mDecodedImageWidth == 0) {
486 mDecodedImageWidth
[all...]
H A DOMXVideoDecoderVP9HWR.h117 uint32_t mDecodedImageWidth; member in class:OMXVideoDecoderVP9HWR
H A DOMXVideoDecoderVP9Hybrid.h66 uint32_t mDecodedImageWidth; member in class:OMXVideoDecoderVP9Hybrid
H A DOMXVideoDecoderVP9HWR.cpp61 mDecodedImageWidth = 0;
480 mDecodedImageWidth = mDecodedImageNewWidth;
494 uint32_t width = mDecodedImageWidth;
496 uint32_t stride = mDecodedImageWidth;
499 uint32_t widthCropped = mDecodedImageWidth;
572 if ((mDecodedImageWidth == 0) && (mDecodedImageHeight == 0)) { // init value
573 mDecodedImageWidth = img->d_w;
576 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) {

Completed in 56 milliseconds