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.cpp131 bool setupConfigParam(int32_t nWidth, int32_t nHeight);
267 bool Codec2VideoEncHidlTest::setupConfigParam(int32_t nWidth, int32_t nHeight) { in setupConfigParam() argument
269 C2StreamPictureSizeInfo::input inputSize(0u, nWidth, nHeight); in setupConfigParam()
289 int32_t nHeight, bool flushed = false, bool signalEOS = true) { in encodeNFrames() argument
293 int bytesCount = nWidth * nHeight * 3 >> 1; in encodeNFrames()
338 nWidth, nHeight, HAL_PIXEL_FORMAT_YV12, in encodeNFrames()
359 memcpy(pY, data, nWidth * nHeight); in encodeNFrames()
360 memcpy(pU, data + nWidth * nHeight, (nWidth * nHeight >> 2)); in encodeNFrames()
361 memcpy(pV, data + (nWidth * nHeight * 5 >> 2), nWidth * nHeight >> 2); in encodeNFrames()
399 int32_t nHeight = ENC_DEFAULT_FRAME_HEIGHT; in TEST_P() local
[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.cpp5057 rect.nHeight = videoDef->nFrameHeight; in getPortFormat()
5061 rect.nWidth == 0 || rect.nHeight == 0 || in getPortFormat()
5063 rect.nTop + rect.nHeight > videoDef->nFrameHeight) { in getPortFormat()
5066 rect.nWidth, rect.nHeight, in getPortFormat()
5076 rect.nTop + rect.nHeight - 1); in getPortFormat()
5079 height = rect.nHeight; in getPortFormat()