Home
last modified time | relevance | path

Searched refs:GRAPHIC_PIXEL_FMT_YCRCB_420_SP (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dtype_converter.cpp24 {GRAPHIC_PIXEL_FMT_YCRCB_420_SP, "NV21"},
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp54 case OHOS::GRAPHIC_PIXEL_FMT_YCRCB_420_SP: // NV21 in GetImageType()
123 case OHOS::GRAPHIC_PIXEL_FMT_YCRCB_420_SP: // NV21 in ConfigYUVFormat()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp176 case GRAPHIC_PIXEL_FMT_YCRCB_420_SP: in GetCodecFormats()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhcodec_type_converter_unit_test.cpp105 …tional<VideoPixelFormat> ret = TypeConverter::DisplayFmtToInnerFmt(GRAPHIC_PIXEL_FMT_YCRCB_420_SP);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp194 { UserPixelFormat::NV21, GRAPHIC_PIXEL_FMT_YCRCB_420_SP }, in AllocOutput()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp161 return GRAPHIC_PIXEL_FMT_YCRCB_420_SP; in GetRequestBufferFormatWithPixelFormat()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h119 GRAPHIC_PIXEL_FMT_YCRCB_420_SP = 25, /**< YCRCB420 semi-planar format */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_engine_test.cpp115 buffer->GetBufferHandle()->format = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP;
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp148 … TestNativeBufferUtils::CreateNativeBuffer(GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP); in SetUpTestCase()
1226 … TestNativeBufferUtils::CreateNativeBuffer(GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP);
1334 … TestNativeBufferUtils::CreateNativeBuffer(GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP);
1379 … TestNativeBufferUtils::CreateNativeBuffer(GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp522 case GRAPHIC_PIXEL_FMT_YCRCB_420_SP: { in ReadOneFrame()
548 case GRAPHIC_PIXEL_FMT_YCRCB_420_SP: { in ReadOneFrame()
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp248 return GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP; in TranslateSurfaceFormat()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp112 .format = GRAPHIC_PIXEL_FMT_YCRCB_420_SP,
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp399 .format = GRAPHIC_PIXEL_FMT_YCRCB_420_SP, in OnEngineDataDone()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dbuffer_converter_unit_test.cpp135 … GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP};
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp39 {OHOS_CAMERA_FORMAT_YCRCB_420_SP, GRAPHIC_PIXEL_FMT_YCRCB_420_SP}, // NV21
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp49 {GRAPHIC_PIXEL_FMT_YCRCB_420_SP, VideoPixelFormat::NV21, "NV21"},
H A Dhcodec_dfx.cpp407 case GRAPHIC_PIXEL_FMT_YCRCB_420_SP: in DecideDumpInfo()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp48 case GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP: { in TranslateSurfaceFormat()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp474 info.format = GRAPHIC_PIXEL_FMT_YCRCB_420_SP;
H A Dnative_buffer_test.cpp745 int32_t formatType[] = {GRAPHIC_PIXEL_FMT_YCBCR_420_SP, GRAPHIC_PIXEL_FMT_YCRCB_420_SP,
H A Dproducer_surface_test.cpp893 info.format = GRAPHIC_PIXEL_FMT_YCRCB_420_SP;
920 info.format = GRAPHIC_PIXEL_FMT_YCRCB_420_SP;
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp1294 input = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_YCRCB_420_SP, 1024, 1024);
1295 output = CreateSurfaceBuffer(OHOS::GRAPHIC_PIXEL_FMT_YCRCB_420_SP, 1024, 1024);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp385 GRAPHIC_PIXEL_FMT_YCRCB_420_SP, in CheckIfDoArsrPre()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp42 { GRAPHIC_PIXEL_FMT_YCRCB_420_SP, PixelFormat::NV21 },
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp56 { GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCRCB_420_SP, IEffectFormat::YUVNV21 },

12