[][src]Function openvino_sys::ie_blob_make_memory_nv12

pub unsafe extern "C" fn ie_blob_make_memory_nv12(
    y: *const ie_blob_t,
    uv: *const ie_blob_t,
    nv12Blob: *mut *mut ie_blob_t
) -> IEStatusCode

@brief Creates a NV12 blob from two planes Y and UV. @ingroup Blob @param y A pointer to the ie_blob_t instance that represents Y plane in NV12 color format. @param uv A pointer to the ie_blob_t instance that represents UV plane in NV12 color format. @param nv12Blob A pointer to the newly created blob. @return Status code of the operation: OK(0) for success.