Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_Format (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.22/
H A Dchangelogs-ArkGraphics2D.md3 ## cl.ArkGraphics2D.1 OH_NativeBuffer_Format枚举名错误修正
11 OH_NativeBuffer_Format中的NATIVEBUFFER_PIXEL_FMT_YUV_422_T、NATIVEBUFFER_PIXEL_FMT_YCRCR_422_SP、NATIVE…
29 native_buffer.h中 OH_NativeBuffer_Format枚举类型名称。
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.22/
H A Dchangelogs-ArkGraphics2D.md3 ## cl.ArkGraphics2D.1 Corrected Enumerated Values of OH_NativeBuffer_Format
11 The names of the following enumerated values of **OH_NativeBuffer_Format** are misspelled: **NATIVE…
29 Enumerated values of **OH_NativeBuffer_Format** in **native_buffer.h**.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_video_processing___color_space_info.md24 | int32_t [pixelFormat](#pixelformat) | 视频像素格式,参阅[OH_NativeBuffer_Format](../apis-arkgraphics2d/_o_…
60 视频像素格式,参阅[OH_NativeBuffer_Format](../apis-arkgraphics2d/_o_h___native_buffer.md#oh_nativebuffer_for…
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.h32 OH_NativeBuffer_Format inFmt;
35 OH_NativeBuffer_Format outFmt;
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A D_video_processing___color_space_info.md24 …xelFormat](#pixelformat) | Video pixel format. For details, see [OH_NativeBuffer_Format](../apis-a…
60 Video pixel format. For details, see [OH_NativeBuffer_Format](../apis-arkgraphics2d/_o_h___native_b…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md41 | typedef enum [OH_NativeBuffer_Format](#oh_nativebuffer_format-1) [OH_NativeBuffer_Format](#oh_na…
62 | [OH_NativeBuffer_Format](#oh_nativebuffer_format-1) {<br/>NATIVEBUFFER_PIXEL_FMT_CLUT8 = 0, NATIV…
181 ### OH_NativeBuffer_Format subsection
184 typedef enum OH_NativeBuffer_Format OH_NativeBuffer_Format
411 ### OH_NativeBuffer_Format subsection
414 enum OH_NativeBuffer_Format
H A Dnative__buffer_8h.md40 | typedef enum [OH_NativeBuffer_Format](_o_h___native_buffer.md#oh_nativebuffer_format-1) [OH_Nati…
61 | [OH_NativeBuffer_Format](_o_h___native_buffer.md#oh_nativebuffer_format-1) {<br/>NATIVEBUFFER_PIX…
H A D_o_h___native_buffer___config.md28 | [format](#format) | 像素格式,具体可参见[OH_NativeBuffer_Format](_o_h___native_buffer.md#oh_nativebuffer_fo…
H A D_native_window.md266 | GET_FORMAT | 获取本地窗口缓冲区格式, 函数中的可变参数是 [输出] int32_t \*format,取值具体可见[OH_NativeBuffer_Format](_o_h___n…
267 | SET_FORMAT | 设置本地窗口缓冲区格式, 函数中的可变参数是 [输入] int32_t format,取值具体可见[OH_NativeBuffer_Format](_o_h___nat…
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h74 typedef enum OH_NativeBuffer_Format { enum
199 } OH_NativeBuffer_Format; typedef
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h55 OH_NativeBuffer_Format format;
130 uint32_t ReadOneFrameByType(uint8_t *dst, OH_NativeBuffer_Format format);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer___config.md28 | [format](#format) | Pixel format. For details, see [OH_NativeBuffer_Format](_o_h___native_buffer.…
H A Dnative__buffer_8h.md40 | typedef enum [OH_NativeBuffer_Format](_o_h___native_buffer.md#oh_nativebuffer_format-1) [OH_Nati…
61 | [OH_NativeBuffer_Format](_o_h___native_buffer.md#oh_nativebuffer_format-1) {<br>NATIVEBUFFER_PIXE…
H A D_o_h___native_buffer.md41 | typedef enum [OH_NativeBuffer_Format](#oh_nativebuffer_format-1) [OH_NativeBuffer_Format](#oh_na…
62 | [OH_NativeBuffer_Format](#oh_nativebuffer_format-1) {<br>NATIVEBUFFER_PIXEL_FMT_CLUT8 = 0, NATIVE…
181 ### OH_NativeBuffer_Format subsection
184 typedef enum OH_NativeBuffer_Format OH_NativeBuffer_Format
411 ### OH_NativeBuffer_Format subsection
414 enum OH_NativeBuffer_Format
H A D_native_window.md266 …t32_t \*format.<br>For details about the available options, see [OH_NativeBuffer_Format](_o_h___na…
267 …int32_t format.<br>For details about the available options, see [OH_NativeBuffer_Format](_o_h___na…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp891 case OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_RGBA_8888 : { in CreateBitmapFormat()
897 case OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_RGBX_8888 : { in CreateBitmapFormat()
903 case OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_BGRA_8888 : { in CreateBitmapFormat()
909 case OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_RGB_565 : { in CreateBitmapFormat()
915 case OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_RGBA_1010102 : { in CreateBitmapFormat()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/native_buffer_adapter_test/
H A Dnative_buffer_adapter_test.cpp54 .format = OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_RGBA_8888, in TestAllocate()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp719 uint32_t VEncAPI11Sample::ReadOneFrameByType(uint8_t *dst, OH_NativeBuffer_Format format) in ReadOneFrameByType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Djs-apis-sendableImage.md1948 | format | number | 是 | 否 | 图像格式,参考[OH_NativeBuffer_Format](../apis-arkgraphics2d…
H A Djs-apis-image.md7461 | format | number | 是 | 否 | 图像格式,参考[OH_NativeBuffer_Format](../apis-arkgraphics2d…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Djs-apis-sendableImage.md1948 …umber | Yes | No | Image format. For details, see [OH_NativeBuffer_Format](../apis-a…
H A Djs-apis-image.md7591 …umber | Yes | No | Image format. For details, see [OH_NativeBuffer_Format](../apis-a…