Home
last modified time | relevance | path

Searched refs:IMAGE_PIXEL_FORMAT_NV21 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dresolution_test.cpp61 Test_->streamInfo_pre->format_ = IMAGE_PIXEL_FORMAT_NV21;
88 Test_->streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21;
166 Test_->streamInfo_pre->format_ = IMAGE_PIXEL_FORMAT_NV21;
194 Test_->streamInfo_video->format_ = IMAGE_PIXEL_FORMAT_NV21;
273 Test_->streamInfo_pre->format_ = IMAGE_PIXEL_FORMAT_NV21;
301 Test_->streamInfo_video->format_ = IMAGE_PIXEL_FORMAT_NV21;
H A Dcommon.cpp58 streamInfo->format_ = IMAGE_PIXEL_FORMAT_NV21; in StreamInfoFormat()
308 streamInfo_video->format_ = IMAGE_PIXEL_FORMAT_NV21; in StartStream()
338 streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21; in StartStream()
H A Dcapture_test.cpp191 streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H A Dbuffer_adapter.cpp73 case IMAGE_PIXEL_FORMAT_NV21: in PixelFormatToCameraFormat()
106 format = IMAGE_PIXEL_FORMAT_NV21; in CameraFormatToPixelFormat()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dpixel_format_utils.h89 IMAGE_PIXEL_FORMAT_NV21, enumerator
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.cpp82 case IMAGE_PIXEL_FORMAT_NV21: in ConvertFormat()