Home
last modified time | relevance | path

Searched defs:img (Results 1 – 25 of 109) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_validate.c65 static u32 check_ie(struct fsl_secboot_img_priv *img) in check_ie()
183 static u32 check_srk(struct fsl_secboot_img_priv *img) in check_srk()
220 static u32 read_validate_srk_tbl(struct fsl_secboot_img_priv *img) in read_validate_srk_tbl()
260 static u32 read_validate_single_key(struct fsl_secboot_img_priv *img) in read_validate_single_key()
280 struct fsl_secboot_img_priv *img) in install_ie_tbl()
288 static u32 read_validate_ie_tbl(struct fsl_secboot_img_priv *img) in read_validate_ie_tbl()
328 static inline u32 get_key_len(struct fsl_secboot_img_priv *img) in get_key_len()
486 static int calc_img_key_hash(struct fsl_secboot_img_priv *img) in calc_img_key_hash()
534 static int calc_esbchdr_esbc_hash(struct fsl_secboot_img_priv *img) in calc_esbchdr_esbc_hash()
608 static void construct_img_encoded_hash_second(struct fsl_secboot_img_priv *img) in construct_img_encoded_hash_second()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dwimage.hpp238 explicit WImage(IplImage* img) : image_(img) { in WImage()
262 explicit WImageC(IplImage* img) : WImage<T>(img) { in WImageC()
309 explicit WImageBuffer(IplImage* img) : WImage<T>(img) {} in WImageBuffer()
316 void SetIpl(IplImage* img) { in SetIpl()
366 explicit WImageBufferC(IplImage* img) : WImageC<T, C>(img) {} in WImageBufferC()
373 void SetIpl(IplImage* img) { in SetIpl()
423 WImageView(IplImage* img) : WImage<T>(img) {} in WImageView()
426 WImageView(const WImage<T>& img) : WImage<T>(0) { in WImageView()
431 WImageView& operator=(const WImage<T>& img) { in operator =()
464 WImageViewC(IplImage* img) : WImageC<T, C>(img) {} in WImageViewC()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dwimage.hpp238 explicit WImage(IplImage* img) : image_(img) { in WImage()
262 explicit WImageC(IplImage* img) : WImage<T>(img) { in WImageC()
309 explicit WImageBuffer(IplImage* img) : WImage<T>(img) {} in WImageBuffer()
316 void SetIpl(IplImage* img) { in SetIpl()
366 explicit WImageBufferC(IplImage* img) : WImageC<T, C>(img) {} in WImageBufferC()
373 void SetIpl(IplImage* img) { in SetIpl()
423 WImageView(IplImage* img) : WImage<T>(img) {} in WImageView()
426 WImageView(const WImage<T>& img) : WImage<T>(0) { in WImageView()
431 WImageView& operator=(const WImage<T>& img) { in operator =()
464 WImageViewC(IplImage* img) : WImageC<T, C>(img) {} in WImageViewC()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dwimage.hpp238 explicit WImage(IplImage* img) : image_(img) { in WImage()
262 explicit WImageC(IplImage* img) : WImage<T>(img) { in WImageC()
309 explicit WImageBuffer(IplImage* img) : WImage<T>(img) {} in WImageBuffer()
316 void SetIpl(IplImage* img) { in SetIpl()
366 explicit WImageBufferC(IplImage* img) : WImageC<T, C>(img) {} in WImageBufferC()
373 void SetIpl(IplImage* img) { in SetIpl()
423 WImageView(IplImage* img) : WImage<T>(img) {} in WImageView()
426 WImageView(const WImage<T>& img) : WImage<T>(0) { in WImageView()
431 WImageView& operator=(const WImage<T>& img) { in operator =()
464 WImageViewC(IplImage* img) : WImageC<T, C>(img) {} in WImageViewC()
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tflite/mobilenet_v1/
H A Dtest.py59 img = cv2.imread('./dog_224x224.jpg') variable
60 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
61 img = np.expand_dims(img, 0) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tflite/mobilenet_v1_qat/
H A Dtest.py59 img = cv2.imread('./dog_224x224.jpg') variable
60 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
61 img = np.expand_dims(img, 0) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/batch_size/
H A Dtest.py66 img = cv2.imread('./dog_224x224.jpg') variable
68 img = np.expand_dims(img, 0) variable
69 img = np.concatenate((img, img, img, img), axis=0) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/mmse/
H A Dtest.py72 img = cv2.imread('./dog_224x224.jpg') variable
73 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
74 img = np.expand_dims(img, 0) variable
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c32 pmu_code(struct nv50_devinit *init, u32 pmu, u32 img, u32 len, bool sec) in pmu_code()
52 pmu_data(struct nv50_devinit *init, u32 pmu, u32 img, u32 len) in pmu_data()
144 u32 img = nvbios_rd16(bios, bit_I.offset + 0x14); in gm200_devinit_post() local
152 u32 img = nvbios_rd16(bios, bit_I.offset + 0x18); in gm200_devinit_post() local
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dstep2.py38 img = cv2.imread('./dog_bike_car_300x300.jpg') variable
39 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/multi_input_test/
H A Dtest.py52 img = cv2.imread('./dog_128x128.jpg') variable
53 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) # nhwc variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_image.cpp58 auto img = std::make_unique<uint8_t[]>(image.sizeInBytes()); in decodeImage() local
61 auto img = std::make_unique<uint8_t[]>(image.byteCount()); in decodeImage() local
/OK3568_Linux_fs/external/rknn-toolkit2/examples/pytorch/resnet18/
H A Dtest.py83 img = cv2.imread('./space_shuttle_224.jpg') variable
84 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/pytorch/resnet18_qat/
H A Dtest.py85 img = cv2.imread('./space_shuttle_224.jpg') variable
86 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/
H A Dtest.py280 img = cv2.imread(IMG_PATH) variable
282 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
283 img = cv2.resize(img, (IMG_SIZE, IMG_SIZE)) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/resnet50v2/
H A Dtest.py112 img = cv2.imread('./dog_224x224.jpg') variable
113 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dtest.py57 img = cv2.imread(im_file) variable
58 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/inception_v3_qat/
H A Dtest.py138 img = cv2.imread(IMG_PATH) variable
139 img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) variable
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/
H A Dcontrol_ui.c26 lv_img_dsc_t * img) in light_menu()
102 lv_img_dsc_t * img) in aircond_menu()
/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dredboot.c32 struct fis_image_desc *img; member
39 static inline int redboot_checksum(struct fis_image_desc *img) in redboot_checksum()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/tools/
H A Dsave_capture_img.py15 img = cv2.cvtColor(data, cv2.COLOR_RGB2BGR) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py97 img = cv2.cvtColor(orig_img, cv2.COLOR_BGR2RGB) variable
98 img = cv2.resize(img, (INPUT_SIZE, INPUT_SIZE), interpolation=cv2.INTER_CUBIC) variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/
H A Dtest.py61 img = cv2.imread('./dog_224x224.jpg') variable
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/
H A Dtest.py78 img = cv2.imread('./dog_224x224.jpg') variable
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp192 static void dec_vproc_set_img_fmt(IepImg *img, MppFrame frm) in dec_vproc_set_img_fmt()
202 static void dec_vproc_set_img(MppDecVprocCtxImpl *ctx, IepImg *img, RK_S32 fd, IepCmd cmd) in dec_vproc_set_img()
239 IepImg img; in dec_vproc_set_dei_v1() local
353 IepImg img; in dec_vproc_set_dei_v2() local

12345