/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-encoding-configuration-typical-scenarios.md | 76 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, AV_PIXEL_FORMAT_NV12); // YUV排布格式 80 …, OH_MD_KEY_MATRIX_COEFFICIENTS, OH_MatrixCoefficient:: MATRIX_COEFFICIENT_BT709); // 视频YUV和RGB转换矩阵 83 …OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENABLE_LOW_LATENCY, 1); // 低时延场景必选, 使能低时延特性:YUV进一帧… 122 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, AV_PIXEL_FORMAT_NV12); // YUV排布格式 124 …OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENABLE_LOW_LATENCY, 1); // 低时延场景必选,使能低时延特性:YUV进一帧,… 168 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, AV_PIXEL_FORMAT_NV12); // YUV排布格式 172 …, OH_MD_KEY_MATRIX_COEFFICIENTS, OH_MatrixCoefficient:: MATRIX_COEFFICIENT_BT709); // 视频YUV和RGB转换矩阵 175 …IntValue(format, OH_MD_KEY_VIDEO_ENABLE_LOW_LATENCY, 1); // 直播场景如果时延要求高,可选设置,使能低时延特性:YUV进一帧,出一帧码流数据 209 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, AV_PIXEL_FORMAT_NV12); // YUV排布格式 213 …, OH_MD_KEY_MATRIX_COEFFICIENTS, OH_MatrixCoefficient:: MATRIX_COEFFICIENT_BT709); // 视频YUV和RGB转换矩阵
|
H A D | avcodec-kit-intro.md | 24 - 音视频解码:将一种数据格式转换为未压缩状态的原序列音视频数据,如YUV、PCM。
|
H A D | video-encoding.md | 342 - DEFAULT_PIXELFORMAT: 像素格式,因为示例使用YUV的文件保存的像素格式是NV12,所以设置为 AV_PIXEL_FORMAT_NV12。 347 // 配置视频YUV值范围标志 613 参考以下示例代码,调用者可以完成Buffer模式下视频编码的全流程。此处以YUV文件输入,编码成H.264格式为例。 649 - OH_AVCodecOnNeedInputBuffer 运行过程中需要新的输入数据,即编码器已准备好,可以输入YUV/RGB数据;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | command_parser.h | 23 YUV = 1, enumerator 30 UserColorFormat colorFmt = UserColorFormat::YUV;
|
H A D | mock_jpeg_hw_decode_flow.cpp | 126 { UserColorFormat::YUV, PIXEL_FMT_YCRCB_420_SP }, in UserColorFmtToPixelFmt()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-mipicsi-des.md | 90 | extDataType | 定义YUV和原始数据格式以及位深度 | 101 | int32_t MipiCsiSetExtDataType(DevHandle handle, ExtDataType \*dataType) | 设置YUV和RAW数据格式和位深(可选) | 195 - 设置YUV和RAW数据格式和位深 208 | dataType | 结构体指针,定义YUV和原始数据格式以及位深度 | 217 // 配置YUV和RAW数据格式和位深参数 224 dataType.extDataType[0] = 0x39; // 定义YUV和原始数据格式以及位深度元素0 225 dataType.extDataType[1] = 0x39; // 定义YUV和原始数据格式以及位深度元素1 226 dataType.extDataType[2] = 0x39; // 定义YUV和原始数据格式以及位深度元素2 227 // 设置YUV和RAW数据格式和位深
|
H A D | driver-peripherals-codec-des.md | 6 …力、创建组件、参数设置、数据的轮转和控制、以及销毁组件等功能,实现对视频数据的编解码处理(可以将YUV/RGB等格式的视频数据编码成H264/H265等编码格式,也可以将H264/H265等裸流数… 53 Codec模块主要完成对视频数据的硬件编解码,将H264等裸流数据转化成图形支持的YUV或者RGB数据,也支持将图形的YUV或RGB数据编码成H264等数据格式。
|
H A D | driver-platform-mipicsi-develop.md | 93 … **cntlr**:结构体指针,MipiCsi控制器 ;<br>**dataType**:结构体指针,定义YUV和原始数据格式以及位深度 | 无 | HDF_STATUS相关状态 | 设置YUV…
|
H A D | driver-platform-mipidsi-develop.md | 193 OutputFormatTag outputFormat; // 输出DSI图像数据格式:RGB或YUV
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-mipicsi-des.md | 41 | extDataType | Pointer to the YUV, raw data format, and bit depth.| 52 …e, and physical channel.<br>**MipiCsiSetExtDataType** (optional): sets the YUV and RAW data format… 144 - Set the YUV, RAW data format, and bit depth. 157 | dataType | Pointer to the YUV, raw data format, and bit depth.| 166 /* Set the YUV, raw data format, and bit depth. */ 173 dataType.extDataType[0] = 0x39; /* Define YUV, raw data format, and bit depth element 0. */ 174 dataType.extDataType[1] = 0x39; /* Define YUV, raw data format, and bit depth element 1. */ 175 dataType.extDataType[2] = 0x39; /* Define YUV, raw data format, and bit depth element 2. */ 176 /* Set the YUV, raw data format, and bit depth. */
|
H A D | driver-peripherals-codec-des.md | 6 …an encode video data in YUV or RGB format to H.264 or H.265 format, and decode raw stream data fro… 53 …o data. It converts raw stream data such as H.264 data into YUV or RGB data, and converts YUV or R…
|
H A D | driver-platform-mipicsi-develop.md | 36 …re pointer to the data that defines the YUV, original data formats, and bit depth.| – | HDF_STATU…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | _ohos_image_source_ops.md | 23 | int32_t [pixelFormat](image.md#pixelformat-13) | 图像源像素格式,通常用于描述YUV缓冲区 |
|
H A D | image.md | 188 | int32_t [OhosImageSourceOps::pixelFormat](#pixelformat-13) | 图像源像素格式,通常用于描述YUV缓冲区。 | 1232 …Native](image.md#imagenative) 对象所存储的是相机预览流数据,即YUV图像数据,那么获取到的[OhosImageSize](_ohos_image_size.md)中的… 1504 …s.md)结构体,获取JavaScript native层**ImageSource**对象。data数据应该是未解码的数据,不要传入类似于RBGA,YUV的像素buffer数据,如果想通过像素b… 3846 图像源像素格式,通常用于描述YUV缓冲区
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | photo_proxy.h | 28 YUV, enumerator
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _y_u_v_desc_info_v10.md | 6 YUV描述信息结构体定义。
|
H A D | _display_composer_type_8idl_v10.md | 37 | struct [YUVDescInfo](_y_u_v_desc_info_v10.md) | YUV描述信息结构体定义。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | _ohos_image_source_ops.md | 23 …3) | Defines the pixel format of the image source. It is usually used to describe the YUV buffer.|
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | camera_server_photo_proxy.h | 55 {3, PhotoFormat::YUV}
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 387 if (photoProxy->GetFormat() == PhotoFormat::YUV) { in UpdatePhotoQuality() 474 (photoProxy->GetFormat() == PhotoFormat::YUV && subType_ != PhotoSubType::BURST)) { in AddPhotoProxy() 477 if (photoProxy->GetFormat() == PhotoFormat::YUV) { in AddPhotoProxy()
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | video-recording.md | 107 videoSourceType : media.VideoSourceType.VIDEO_SOURCE_TYPE_SURFACE_YUV, // 视频源类型,支持YUV和ES两种格式 175 videoSourceType : media.VideoSourceType.VIDEO_SOURCE_TYPE_SURFACE_YUV, // 视频源类型,支持YUV和ES两种格式
|
/ohos5.0/drivers/interface/codec/image/v2_0/ |
H A D | CodecImageType.idl | 233 …unsigned short matrixCoefficients; /**< Specifies the matrix coefficient for YUV-RGB co… 234 …boolean fullRangeFlag; /**< Specifies the YUV value range during the conver… 235 between YUV and RGB. */
|
/ohos5.0/drivers/interface/display/composer/v1_2/ |
H A D | DisplayComposerType.idl | 63 … HBM_USE_RGB_TO_YUV_CONVERSION = (1ULL << 19), /**< For identify RGB to YUV conversion */
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 159 - surfaceNDK能力增强,支持获取YUV数据的位置、获取surfaceid、Attach和Detach和获取BufferQueueSize的C API。 300 - 支持图片解码为YUV格式(当前Heif,Jpeg支持)
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | video-recording.md | 107 …media.VideoSourceType.VIDEO_SOURCE_TYPE_SURFACE_YUV, // Video source type. YUV and ES are supporte… 180 …videoSourceType: media.VideoSourceType.VIDEO_SOURCE_TYPE_SURFACE_YUV, // Video source type. YUV an…
|