Home
last modified time | relevance | path

Searched refs:nWidth (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()
288 uint32_t frameID, uint32_t nFrames, uint32_t nWidth, 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()
398 int32_t nWidth = ENC_DEFAULT_FRAME_WIDTH; in TEST_P() local
[all …]
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h353 OMX_U32 nWidth; member
449 OMX_U32 nWidth; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp553 rectParams->nWidth = mCropWidth; in getConfig()
/frameworks/av/media/libstagefright/
DACodec.cpp5056 rect.nWidth = videoDef->nFrameWidth; in getPortFormat()
5061 rect.nWidth == 0 || rect.nHeight == 0 || in getPortFormat()
5062 rect.nLeft + rect.nWidth > videoDef->nFrameWidth || in getPortFormat()
5066 rect.nWidth, rect.nHeight, in getPortFormat()
5075 rect.nLeft + rect.nWidth - 1, in getPortFormat()
5078 width = rect.nWidth; in getPortFormat()