Searched refs:nHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 125 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/ |
D | OMX_IVCommon.h | 354 OMX_U32 nHeight; member 450 OMX_U32 nHeight; member
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 554 rectParams->nHeight = mCropHeight; in getConfig()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 5224 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()
|