Home
last modified time | relevance | path

Searched refs:mWidth (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp133 mContext->initH264Context(mWidth, in initDecoder()
135 mWidth, in initDecoder()
240 …mContext->resetH264Context(mWidth, mHeight, mWidth, mHeight, MediaH264Decoder::PixelFormat::YUV420… in onPortFlushCompleted()
256 memcpy(outHeader->pBuffer + i * myStride, img.data + i * mWidth, mWidth); in copyImageData()
260 …y(outHeader->pBuffer + Y + i * myStride / 2 , img.data + mWidth * mHeight + i * mWidth/2, mWidth/2… in copyImageData()
264 …der->pBuffer + Y + UV + i * myStride / 2 , img.data + mWidth * mHeight * 5/4 + i * mWidth/2, mWidt… in copyImageData()
429 img.width, img.height, mWidth, mHeight); in onQueueFilled()
435 mContext->resetH264Context(mWidth, in onQueueFilled()
437 mWidth, in onQueueFilled()
448 if (myWidth != mWidth || myHeight != mHeight) { in onQueueFilled()
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DFrameBufferSource.cpp67 int mWidth, mHeight, mRefreshRateHz; member
99 : mWidth(width), in VPXEncoder()
170 mWidth * 4, in storeFrame()
172 mWidth, in storeFrame()
174 mWidth / 2, in storeFrame()
176 mWidth / 2, in storeFrame()
177 mWidth, in storeFrame()
188 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, mWidth, mHeight, in encodeStoredFrame()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp58 mWidth(width), in GoldfishVideoDecoderOMXComponent()
165 inDef->format.video.nFrameWidth = mWidth; in updatePortDefinitions()
181 mCropWidth = mWidth; in updatePortDefinitions()
188 return max(mIsAdaptive ? mAdaptiveMaxWidth : 0, mWidth); in outputBufferWidth()
200 bool sizeChanged = (width != mWidth || height != mHeight); in handlePortSettingsChange()
218 mWidth = width; in handlePortSettingsChange()
248 def->format.video.nStride = mWidth; in handlePortSettingsChange()
327 memcpy(dst, srcY, mWidth * bpp); in copyYV12FrameToOutputBuffer()
334 memcpy(dst, srcU, mWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
341 memcpy(dst, srcV, mWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
[all …]
DGoldfishVideoDecoderOMXComponent.h144 uint32_t mWidth, mHeight; member
/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp60 mWidth(width), in QemuSensor()
433 mWidth, mHeight); in captureRGBA()
439 mWidth, mHeight); in captureRGBA()
474 mWidth, mHeight); in captureRGBA()
480 mWidth, mHeight); in captureRGBA()
543 mWidth, mHeight); in captureYU12()
549 mWidth, mHeight); in captureYU12()
584 mWidth, mHeight); in captureYU12()
590 mWidth, mHeight); in captureYU12()
DQemuSensor.h119 const uint32_t mWidth, mHeight; variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp83 mWidth = (UINT16)Width; in SConfigInfo()
84 mValue = new UINT8[mWidth]; in SConfigInfo()
91 memcpy (mValue, &Value.u8, mWidth); in SConfigInfo()
94 memcpy (mValue, &Value.u16, mWidth); in SConfigInfo()
97 memcpy (mValue, &Value.u32, mWidth); in SConfigInfo()
100 memcpy (mValue, &Value.u64, mWidth); in SConfigInfo()
103 memcpy (mValue, &Value.b, mWidth); in SConfigInfo()
106 memcpy (mValue, &Value.time, mWidth); in SConfigInfo()
109 memcpy (mValue, &Value.date, mWidth); in SConfigInfo()
112 memcpy (mValue, &Value.string, mWidth); in SConfigInfo()
[all …]
DVfrUtilityLib.h50 UINT16 mWidth; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp82 mWidth = (UINT16)Width; in SConfigInfo()
83 mValue = new UINT8[mWidth]; in SConfigInfo()
90 memcpy (mValue, &Value.u8, mWidth); in SConfigInfo()
93 memcpy (mValue, &Value.u16, mWidth); in SConfigInfo()
96 memcpy (mValue, &Value.u32, mWidth); in SConfigInfo()
99 memcpy (mValue, &Value.u64, mWidth); in SConfigInfo()
102 memcpy (mValue, &Value.b, mWidth); in SConfigInfo()
105 memcpy (mValue, &Value.time, mWidth); in SConfigInfo()
108 memcpy (mValue, &Value.date, mWidth); in SConfigInfo()
111 memcpy (mValue, &Value.string, mWidth); in SConfigInfo()
[all …]
DVfrUtilityLib.h52 UINT16 mWidth; member
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp135 ctx->width = mWidth; in setup_ctx_parameters()