Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp125 bool setupConfigParam(int32_t nWidth, int32_t nHeight, int32_t nBFrame = 0);
267 bool Codec2VideoEncHidlTestBase::setupConfigParam(int32_t nWidth, int32_t nHeight, in setupConfigParam() argument
273 configParam.push_back(std::make_unique<C2StreamPictureSizeInfo::input>(0u, nWidth, nHeight)); in setupConfigParam()
294 void fillByteBuffer(char* inputBuffer, char* mInputData, uint32_t nWidth, int32_t nHeight) { in fillByteBuffer() argument
301 height = nHeight; in fillByteBuffer()
307 height = nHeight / 2; in fillByteBuffer()
330 uint32_t nWidth, int32_t nHeight, bool flushed = false, bool signalEOS = true) { in encodeNFrames() argument
334 int bytesCount = nWidth * nHeight * 3 >> 1; in encodeNFrames()
376 if (nWidth != ENC_DEFAULT_FRAME_WIDTH || nHeight != ENC_DEFAULT_FRAME_HEIGHT) { in encodeNFrames()
384 fillByteBuffer(data, srcData, nWidth, nHeight); in encodeNFrames()
[all …]
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h354 OMX_U32 nHeight; member
450 OMX_U32 nHeight; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp554 rectParams->nHeight = mCropHeight; in getConfig()
/frameworks/av/media/libstagefright/
DACodec.cpp5224 rect.nHeight = videoDef->nFrameHeight; in getPortFormat()
5228 rect.nWidth == 0 || rect.nHeight == 0 || in getPortFormat()
5230 rect.nTop + rect.nHeight > videoDef->nFrameHeight) { in getPortFormat()
5233 rect.nWidth, rect.nHeight, in getPortFormat()
5243 rect.nTop + rect.nHeight - 1); in getPortFormat()
5246 height = rect.nHeight; in getPortFormat()