/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/ |
H A D | sample_helper.cpp | 49 const std::unordered_map<OH_AVPixelFormat, std::string> PIXEL_FORMAT_TO_STRING = { 75 std::string ToString(OH_AVPixelFormat pixelFormat) in ToString() 117 … OHOS::MediaAVCodec::Sample::ToString(static_cast<OH_AVPixelFormat>(info.pixelFormat)).c_str()); in PrintSampleInfo()
|
H A D | arg_parser.cpp | 225 info.pixelFormat = static_cast<OH_AVPixelFormat>(std::stol(value)); in SetPixelFormat()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/ |
H A D | native_avformat.h | 57 typedef enum OH_AVPixelFormat { enum 78 } OH_AVPixelFormat; typedef
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avformat_8h.md | 25 | typedef enum [OH_AVPixelFormat](_core.md#oh_avpixelformat-1) [OH_AVPixelFormat](_core.md#oh_avpix… 32 | [OH_AVPixelFormat](_core.md#oh_avpixelformat-1) {<br/>AV_PIXEL_FORMAT_YUVI420 = 1,<br/>AV_PIXEL_F…
|
H A D | _core.md | 48 | typedef enum [OH_AVPixelFormat](#oh_avpixelformat-1) [OH_AVPixelFormat](#oh_avpixelformat) | 视频像素… 61 | [OH_AVPixelFormat](#oh_avpixelformat-1) {<br/>AV_PIXEL_FORMAT_YUVI420 = 1,<br/>AV_PIXEL_FORMAT_NV… 236 ### OH_AVPixelFormat subsection 239 typedef enum OH_AVPixelFormat OH_AVPixelFormat 471 ### OH_AVPixelFormat subsection 474 enum OH_AVPixelFormat
|
H A D | _video_decoder.md | 80 | OH_MD_KEY_PIXEL_FORMAT 请参阅[OH_AVPixelFormat](_core.md#oh_avpixelformat) | AV_ERR_OK | AV…
|
H A D | _video_encoder.md | 152 | OH_MD_KEY_PIXEL_FORMAT 请参阅[OH_AVPixelFormat](_core.md#oh_avpixelformat) | AV_ERR_OK | AV_ER…
|
H A D | _codec_base.md | 71 …MAT](#oh_md_key_pixel_format) | 视频像素格式的键,值类型为int32_t,请参见[OH_AVPixelFormat](_core.md#oh_… 265 …Y_PIXEL_FORMAT](#oh_md_key_pixel_format) | 视频像素格式的键,值类型为int32_t,请参见[OH_AVPixelFormat](_core.md#oh_… 2086 视频像素格式的键,值类型为int32_t,请参见[OH_AVPixelFormat](_core.md#oh_avpixelformat)。
|
H A D | native__avcodec__base_8h.md | 113 …](_codec_base.md#oh_md_key_pixel_format) | 视频像素格式的键,值类型为int32_t,请参见[OH_AVPixelFormat](_core.md#oh_…
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avformat_8h.md | 25 | typedef enum [OH_AVPixelFormat](_core.md#oh_avpixelformat-1) [OH_AVPixelFormat](_core.md#oh_avpix… 32 | [OH_AVPixelFormat](_core.md#oh_avpixelformat-1) {<br>AV_PIXEL_FORMAT_YUVI420 = 1,<br>AV_PIXEL_FOR…
|
H A D | _core.md | 48 | typedef enum [OH_AVPixelFormat](#oh_avpixelformat-1) [OH_AVPixelFormat](#oh_avpixelformat) | Defi… 61 | [OH_AVPixelFormat](#oh_avpixelformat-1) {<br>AV_PIXEL_FORMAT_YUVI420 = 1,<br>AV_PIXEL_FORMAT_NV12… 236 ### OH_AVPixelFormat subsection 239 typedef enum OH_AVPixelFormat OH_AVPixelFormat 471 ### OH_AVPixelFormat subsection 474 enum OH_AVPixelFormat
|
H A D | _video_decoder.md | 82 | OH_MD_KEY_PIXEL_FORMAT<br>For details, see [OH_AVPixelFormat](_core.md#oh_avpixelformat). | AV_…
|
H A D | _video_encoder.md | 158 | OH_MD_KEY_PIXEL_FORMAT<br>For details, see [OH_AVPixelFormat](_core.md#oh_avpixelformat).| AV_ERR…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/include/ |
H A D | sample_helper.h | 24 std::string ToString(OH_AVPixelFormat pixelFormat);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/include/ |
H A D | sample_info.h | 126 OH_AVPixelFormat pixelFormat = AV_PIXEL_FORMAT_NV12;
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/ |
H A D | videoenc_api11_sample.h | 63 OH_AVPixelFormat defaultPixFmt = AV_PIXEL_FORMAT_NV12;
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/ |
H A D | videoenc_sample.h | 66 OH_AVPixelFormat defaultPixFmt = AV_PIXEL_FORMAT_NV12;
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/ |
H A D | videoenc_sample.h | 70 OH_AVPixelFormat DEFAULT_PIX_FMT = AV_PIXEL_FORMAT_NV12;
|
H A D | videoenc_api11_sample.h | 87 OH_AVPixelFormat DEFAULT_PIX_FMT = AV_PIXEL_FORMAT_NV12;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/ |
H A D | sample_info.h | 57 constexpr OH_AVPixelFormat VIDOE_PIXEL_FORMAT = AV_PIXEL_FORMAT_NV21;
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 548 视频像素格式指示的编码输入图像或解码输出图像的像素排布方式,参考[OH_AVPixelFormat](../../reference/apis-avcodec-kit/_core.md#oh_avp… 555 constexpr OH_AVPixelFormat DEFAULT_PIXELFORMAT = AV_PIXEL_FORMAT_NV12;
|
H A D | video-encoding.md | 178 OH_AVPixelFormat pixelFormat = AV_PIXEL_FORMAT_NV12;
|
H A D | video-decoding.md | 178 OH_AVPixelFormat pixelFormat = AV_PIXEL_FORMAT_NV12;
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 548 …ge that is encoded as input or decoded as output. For details, see [OH_AVPixelFormat](../../refere… 555 constexpr OH_AVPixelFormat DEFAULT_PIXELFORMAT = AV_PIXEL_FORMAT_NV12;
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | temporal_test.cpp | 38 OH_AVPixelFormat DEFAULT_PIX_FMT = AV_PIXEL_FORMAT_NV12;
|