| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/include/ |
| H A D | rkiio_buffer.h | 15 typedef void (*rkiio_buffer_mark_get)(RKIIO_BUFFER_CELL buffer, RK_U64 buf_id, RK_U64 *mark); 18 RK_U64 u64MaxSize; 19 RK_U64 u64CellSize; 28 RKIIO_BUFFER_CELL rkiio_buffer_list_full_copy(RKIIO_BUFFER rkiio_buf, RK_U64 *cell_id_mark, RK_U64 … 29 …_CELL rkiio_buffer_list_copy(RKIIO_BUFFER rkiio_buf, RK_U64 *cell_id_mark, RK_U64 *copy_num, RK_U6… 32 …_full_copy(RKIIO_BUFFER rkiio_buf, RKIIO_BUFFER_CELL ib_list, RK_U64 *cell_id_mark, RK_U64 *copy_n… 33 …y(RKIIO_BUFFER rkiio_buf, RKIIO_BUFFER_CELL ib_list, RK_U64 *cell_id_mark, RK_U64 *copy_num, RK_U6…
|
| H A D | rkiio_fifo.h | 25 RK_U64 id; 29 RK_U64 timestamp; 35 RK_S32 rkiio_fifo_handle_last_id_get(RKIIO_FIFO_HANDLE fifo_handle, RK_U64 *id); 37 …d_all(RKIIO_FIFO_HANDLE fifo_handle, RKIIO_FIFO_DATA fifo_data, RK_U64 *frame_id, RK_U64 *data_num… 38 …d_num(RKIIO_FIFO_HANDLE fifo_handle, RKIIO_FIFO_DATA fifo_data, RK_U64 *frame_id, RK_U64 data_num);
|
| H A D | rkiio_common.h | 25 typedef unsigned long long RK_U64; typedef 28 typedef unsigned __int64 RK_U64; typedef
|
| H A D | format.h | 12 RK_U64 index; 23 RK_S32 rk_iio_format_fifo_data_u64(void *buf, struct rkiio_format_info format_info, RK_U64 *rst);
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_common.h | 76 #define MPP_RB64(x) (((RK_U64)((const RK_U8*)(x))[0] << 56) | \ 77 ((RK_U64)((const RK_U8*)(x))[1] << 48) | \ 78 ((RK_U64)((const RK_U8*)(x))[2] << 40) | \ 79 ((RK_U64)((const RK_U8*)(x))[3] << 32) | \ 80 ((RK_U64)((const RK_U8*)(x))[4] << 24) | \ 81 ((RK_U64)((const RK_U8*)(x))[5] << 16) | \ 82 ((RK_U64)((const RK_U8*)(x))[6] << 8) | \ 83 (RK_U64)((const RK_U8*)(x))[7]) 94 #define MPP_RL64(x) (((RK_U64)((const RK_U8*)(x))[7] << 56) | \ 95 ((RK_U64)((const RK_U8*)(x))[6] << 48) | \ [all …]
|
| H A D | mpp_service.h | 31 #define REQ_DATA_PTR(ptr) ((RK_U64)ptr) 102 RK_U64 data_ptr; 115 RK_U64 flag;
|
| H A D | mpp_eventfd.h | 29 RK_S32 mpp_eventfd_read(RK_S32 fd, RK_U64 *val, RK_S64 timeout); 30 RK_S32 mpp_eventfd_write(RK_S32 fd, RK_U64 val);
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_eventfd.cpp | 42 RK_S32 mpp_eventfd_read(RK_S32 fd, RK_U64 *val, RK_S64 timeout) in mpp_eventfd_read() 46 RK_U64 tmp = 0; in mpp_eventfd_read() 56 sizeof(RK_U64) == read(fd, val, sizeof(RK_U64))) { in mpp_eventfd_read() 64 RK_S32 mpp_eventfd_write(RK_S32 fd, RK_U64 val) in mpp_eventfd_write() 68 if (sizeof(RK_U64) != write(fd, &val, sizeof(val))) in mpp_eventfd_write()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rk_mpi_mmz/include/ |
| H A D | rk_mpi_mmz.h | 32 typedef uint64_t RK_U64; typedef 65 RK_U64 RK_MPI_MMZ_Handle2PhysAddr(MB_BLK mb); 83 RK_U64 RK_MPI_MMZ_GetSize(MB_BLK mb); 104 MB_BLK RK_MPI_MMZ_PhyAddr2Handle(RK_U64 paddr); 152 RK_S32 RK_MPI_MMZ_FlushCachePaddrStart(RK_U64 vaddr, RK_U32 length, RK_U32 flags); 160 RK_S32 RK_MPI_MMZ_FlushCachePaddrEnd(RK_U64 vaddr, RK_U32 length, RK_U32 flags);
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_mpi_mmz.h | 28 RK_U64 RK_MPI_MMZ_Handle2PhysAddr(MB_BLK blk); 31 RK_U64 RK_MPI_MMZ_GetSize(MB_BLK blk); 34 MB_BLK RK_MPI_MMZ_PhyAddr2Handle(RK_U64 u64phyAddr); 41 RK_S32 RK_MPI_MMZ_FlushCachePaddrStart(RK_U64 u64phyAddr, RK_U32 u32Length, RK_U32 u32Flags); 42 RK_S32 RK_MPI_MMZ_FlushCachePaddrEnd(RK_U64 u64phyAddr, RK_U32 u32Length, RK_U32 u32Flags);
|
| H A D | rk_comm_video.h | 235 RK_U64 u64LumaPixSum; /* Luma sum of current frame */ 237 RK_U64 u64PTS; /* PTS of current frame */ 435 RK_U64 u64JpegDCFPhyAddr; 436 RK_U64 u64IspInfoPhyAddr; 437 RK_U64 u64LowDelayPhyAddr; 438 RK_U64 u64MotionDataPhyAddr; 439 RK_U64 u64FrameDNGPhyAddr; 495 RK_U64 u64PTS; 497 RK_U64 u64PrivateData;
|
| H A D | rk_mpi_mb.h | 18 MB_BLK RK_MPI_MB_GetMB(MB_POOL pool, RK_U64 u64Size, RK_BOOL block); 21 RK_U64 RK_MPI_MB_Handle2PhysAddr(MB_BLK mb); 26 RK_U64 RK_MPI_MB_GetSize(MB_BLK mb); 27 RK_U64 RK_MPI_MB_GetLength(MB_BLK mb);
|
| H A D | rk_mpi_sys.h | 57 RK_S32 RK_MPI_SYS_GetCurPTS(RK_U64 *pu64CurPTS); 58 RK_S32 RK_MPI_SYS_InitPTSBase(RK_U64 u64PTSBase); 59 RK_S32 RK_MPI_SYS_SyncPTS(RK_U64 u64PTSBase);
|
| H A D | rk_comm_mb.h | 74 RK_U64 u64MBSize; 91 RK_U64 u64PhyAddr; 93 RK_U64 u64Size;
|
| H A D | rk_comm_gdc.h | 43 RK_U64 au64privateData[4]; 46 RK_U64 u64TaskId; 138 RK_U64 u64LenMapPhyAddr; /* LMF coefficient Physic Addr*/
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_bitput.h | 28 RK_U64 *pbuf; //!< outpacket data 29 RK_U64 bvalue; //!< buffer value, 64 bit 38 RK_S32 mpp_set_bitput_ctx(BitputCtx_t *bp, RK_U64 *data, RK_U32 len); 39 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits);
|
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpp_cfg.h | 57 RK_U64 set_func; 58 RK_U64 get_func; 60 RK_U64 stuff[2]; 70 typedef MPP_RET (*CfgSetU64)(MppCfgInfoNode *info, void *cfg, RK_U64 val); 71 typedef MPP_RET (*CfgGetU64)(MppCfgInfoNode *info, void *cfg, RK_U64 *val); 84 #define MPP_CFG_GET_U64(info, cfg, val) (mpp_cfg_ops.fp_GetU64)(info, cfg, (RK_U64 *)(val))
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_bitput.c | 21 RK_S32 mpp_set_bitput_ctx(BitputCtx_t *bp, RK_U64 *data, RK_U32 len) in mpp_set_bitput_ctx() 33 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits) in mpp_put_bits() 63 mpp_put_bits(bp, ((RK_U64)0 << (64 - 8)) >> (64 - 8), 8); in mpp_put_align() 69 mpp_put_bits(bp, ((RK_U64)0 << (64 - len)) >> (64 - len), len); in mpp_put_align()
|
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_eventfd_test.c | 30 static RK_U64 wr_val_base = WR_VAL; 31 static RK_U64 rd_val_base = RD_VAL; 32 static RK_U64 wr_val = WR_VAL; 33 static RK_U64 rd_val = RD_VAL;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/ |
| H A D | hal_info.c | 66 MPP_RET hal_info_set(HalInfo ctx, RK_U32 type, RK_U32 flag, RK_U64 data) in hal_info_set() 178 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val) in hal_info_to_string() 180 RK_U64 ret = 0; in hal_info_to_string() 237 RK_U64 hal_info_to_float(RK_S32 num, RK_S32 denorm) in hal_info_to_float() 239 RK_U64 ret = 0; in hal_info_to_float() 256 RK_U64 val = 0; in hal_info_from_enc_cfg()
|
| H A D | hal_info.h | 63 MPP_RET hal_info_set(HalInfo ctx, RK_U32 type, RK_U32 flag, RK_U64 data); 66 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val); 67 RK_U64 hal_info_to_float(RK_S32 num, RK_S32 denorm);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_tmd.h | 42 RK_U64 u64Size; 47 RK_U64 u64PTS;
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_type.h | 28 typedef unsigned __int64 RK_U64; typedef 42 typedef unsigned long long int RK_U64; typedef
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_type.h | 28 typedef unsigned __int64 RK_U64; typedef 42 typedef unsigned long long int RK_U64; typedef
|
| H A D | rk_vdec_cfg.h | 35 MPP_RET mpp_dec_cfg_set_u64(MppDecCfg cfg, const char *name, RK_U64 val); 41 MPP_RET mpp_dec_cfg_get_u64(MppDecCfg cfg, const char *name, RK_U64 *val);
|