Searched refs:DEFAULT_PIXELFORMAT (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A 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...] |
H A D | videodecoderndk.cpp | 44 constexpr OH_AVPixelFormat DEFAULT_PIXELFORMAT = AV_PIXEL_FORMAT_NV12;
variable 183 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT);
in OHVideoDecoderConfigure() 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() [all...] |
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
H A D | ActsVideoDecEncNdkTest.cpp | 47 constexpr uint32_t DEFAULT_PIXELFORMAT = 2; member 97 OH_AVFormat_SetIntValue(DefaultFormat, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in createFormat() 137 {OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT}, in HWTEST_F()
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 45 constexpr OH_AVPixelFormat DEFAULT_PIXELFORMAT = AV_PIXEL_FORMAT_NV12; variable 242 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, DEFAULT_PIXELFORMAT); in NormalAVScreenCaptureSurfaceTest()
|
Completed in 6 milliseconds