Searched refs:DEFAULT_PIXELFORMAT (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
D | videoencoderndk.cpp | 43 constexpr OH_AVPixelFormat DEFAULT_PIXELFORMAT = AV_PIXEL_FORMAT_YUVI420; variable 328 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigure() 349 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureHEVC() 370 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal1() 391 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal2() 412 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal3() 433 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal4() 454 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal5() 475 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal6() 496 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoEncoderConfigureAbnormal7() [all …]
|
D | videodecoderndk.cpp | 44 constexpr OH_AVPixelFormat DEFAULT_PIXELFORMAT = AV_PIXEL_FORMAT_YUVI420; variable 205 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderPrepare() 261 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderStart() 338 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderStop() 421 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderFlush() 470 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderReset() 496 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderGetOutputDescription() 523 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderSetParameter() 552 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in OHVideoDecoderPushInputData()
|
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
D | ActsVideoDecEncNdkTest.cpp | 47 constexpr uint32_t DEFAULT_PIXELFORMAT = 2; variable 97 OH_AVFormat_SetIntValue(DefaultFormat, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in createFormat() 137 {OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT},
|