| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| H A D | image_type_converter.cpp | 23 PixelFormat pixelFormat;
member 78 SkColorType ImageTypeConverter::ToSkColorType(const PixelFormat pixelFormat)
in ToSkColorType() argument 110 const string ImageTypeConverter::ToName(const PixelFormat pixelFormat)
in ToName() argument [all...] |
| /foundation/multimedia/image_framework/interfaces/kits/native/include/ |
| H A D | image_pixel_map_mdk.h | 75 int32_t pixelFormat; member 157 int32_t pixelFormat; member
|
| /foundation/multimedia/media_foundation/video_processing_engine/interface/kits/c/ |
| H A D | image_processing_types.h | 156 int32_t pixelFormat; member
|
| H A D | video_processing_types.h | 128 int32_t pixelFormat; member
|
| /foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
| H A D | buffer_converter_unit_test.cpp | 185 GraphicPixelFormat pixelFormat = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; in HWTEST_F() local 225 GraphicPixelFormat pixelFormat = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; HWTEST_F() local 246 GraphicPixelFormat pixelFormat = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; HWTEST_F() local 286 GraphicPixelFormat pixelFormat = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; HWTEST_F() local 307 GraphicPixelFormat pixelFormat = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; HWTEST_F() local [all...] |
| /foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
| H A D | avmetadatahelper_impl.h | 58 PixelFormat pixelFormat = PixelFormat::NV12; member
|
| /foundation/window/window_manager/dm/test/unittest/ |
| H A D | screen_test.cpp | 283 GraphicPixelFormat pixelFormat = GraphicPixelFormat{GRAPHIC_PIXEL_FMT_CLUT8};
in HWTEST_F() local 297 GraphicPixelFormat pixelFormat = GraphicPixelFormat{GRAPHIC_PIXEL_FMT_CLUT8};
in HWTEST_F() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
| H A D | ive_img.c | 55 PIXEL_FORMAT_E pixelFormat = frm->stVFrame.enPixelFormat;
in FrmToOrigImg() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/ |
| H A D | rssurfaceohosvulkan_fuzzer.cpp | 166 int32_t pixelFormat = GetData<int32_t>();
in DoSetSurfacePixelFormat() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
| H A D | rs_screen_info.h | 48 GraphicPixelFormat pixelFormat = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; member
|
| /foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/ |
| H A D | sk_image_chain.cpp | 306 SkColorType SKImageChain::PixelFormatConvert(const Media::PixelFormat& pixelFormat)
in PixelFormatConvert() argument
|
| /foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/ |
| H A D | ffmpeg_vid_enc_config.cpp | 89 VideoPixelFormat pixelFormat = VideoPixelFormat::UNKNOWN; in SetVideoPixelFormat() local 90 ASSIGN_IF_NOT_NULL(FindTagInMap<VideoPixelFormat>(Tag::VIDEO_PIXEL_FORMAT, tagStore), pixelFormat); in SetVideoPixelFormat() local
|
| /foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
| H A D | image_ffi.h | 30 int32_t pixelFormat; member 38 int32_t pixelFormat; member 47 int32_t pixelFormat; member
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
| H A D | api_test.cpp | 1430 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1459 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1474 const int32_t *pixelFormat = nullptr; in HWTEST_F() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/ |
| H A D | pixel_map_from_surface.cpp | 137 GraphicPixelFormat pixelFormat = static_cast<GraphicPixelFormat>(surfaceBuffer_->GetFormat()); in DrawImage() local
|
| /foundation/distributedhardware/distributed_camera/services/data_process/include/utils/ |
| H A D | image_common_type.h | 49 VideoConfigParams(VideoCodecType videoCodec, Videoformat pixelFormat, int32_t frameRate, int32_t width, in VideoConfigParams() argument
|
| /foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/ |
| H A D | dscreen_test.cpp | 265 std::string pixelFormat = "pixelFormat"; in HWTEST_F() local
|
| /test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
| H A D | api_test.cpp | 1418 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1447 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1462 const int32_t *pixelFormat = nullptr; in HWTEST_F() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| H A D | pixel_map_module_test.cpp | 169 int32_t ImagePixelMapNative::GetPixelmapPixelFormat(napi_env env, OH_PixelmapNative *pixelmap, napi_value *pixelFormat) in GetPixelmapPixelFormat() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | WindowSurfaceWGL.cpp | 19 WindowSurfaceWGL(const egl::SurfaceState &state, EGLNativeWindowType window, int pixelFormat, const FunctionsWGL *functions, EGLint orientation) WindowSurfaceWGL() argument
|
| H A D | PbufferSurfaceWGL.cpp | 19 PbufferSurfaceWGL(const egl::SurfaceState &state, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget, bool largest, int pixelFormat, HDC deviceContext, const FunctionsWGL *functions) PbufferSurfaceWGL() argument
|
| /third_party/skia/tools/sk_app/win/ |
| H A D | ANGLEWindowContext_win.cpp | 132 int pixelFormat = GetPixelFormat(dc); in onInitializeContext() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fPrerequisiteTests.cpp | 177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluFboRenderContext.cpp | 219 tcu::PixelFormat pixelFormat; in createFramebuffer() local
|
| /third_party/vk-gl-cts/framework/platform/osx/ |
| H A D | tcuOSXPlatform.cpp | 173 CGLPixelFormatObj pixelFormat; in CGLRenderContext() local
|