Searched refs:pixelFormats (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcapability.h | 339 * @param pixelFormats Output parameter. A pointer to the video pixel format array 343 * {@link AV_ERR_INVALID_VAL}, the capability is invalid, the pixelFormats is nullptr, 349 OH_AVErrCode OH_AVCapability_GetVideoSupportedPixelFormats(OH_AVCapability *capability, const int32_t **pixelFormats,
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.cpp | 402 int pixelFormats[64] = { -1 }; in ChoosePixelFormat() local 404 wglChoosePixelFormatARB(dc, attributes.data(), nullptr, 64, pixelFormats, &numFormats); in ChoosePixelFormat() 405 return pixelFormats[0]; in ChoosePixelFormat()
|
Completed in 2 milliseconds