Home
last modified time | relevance | path

Searched refs:entry (Results 1 - 25 of 209) sorted by relevance

123456789

/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dcamera_tag_test_v1_3.cpp99 camera_metadata_item_t entry; in HWTEST_F() local
100 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_MOON_CAPTURE_BOOST, &entry); in HWTEST_F()
101 printf("OHOS_ABILITY_MOON_CAPTURE_BOOST value count %d\n", entry.count); in HWTEST_F()
102 if (ret == HDI::Camera::V1_0::NO_ERROR && entry.data.u8 != nullptr && entry.count > 0) { in HWTEST_F()
104 for (size_t i = 0; i < entry.count; i++) { in HWTEST_F()
105 ss << static_cast<int>(entry.data.u8[i]) << " "; in HWTEST_F()
106 if (i == entry.count - 1) { in HWTEST_F()
125 camera_metadata_item_t entry; in HWTEST_F() local
127 cameraTest->rc = FindCameraMetadataItem(data, OHOS_ABILITY_MOVING_PHOTO, &entry); in HWTEST_F()
161 camera_metadata_item_t entry; HWTEST_F() local
190 camera_metadata_item_t entry; HWTEST_F() local
219 camera_metadata_item_t entry; HWTEST_F() local
248 camera_metadata_item_t entry; HWTEST_F() local
277 camera_metadata_item_t entry; HWTEST_F() local
306 camera_metadata_item_t entry; HWTEST_F() local
335 camera_metadata_item_t entry; HWTEST_F() local
363 camera_metadata_item_t entry; HWTEST_F() local
389 camera_metadata_item_t entry; HWTEST_F() local
419 camera_metadata_item_t entry; HWTEST_F() local
444 camera_metadata_item_t entry; HWTEST_F() local
470 camera_metadata_item_t entry; HWTEST_F() local
499 camera_metadata_item_t entry; HWTEST_F() local
525 camera_metadata_item_t entry; HWTEST_F() local
560 camera_metadata_item_t entry; HWTEST_F() local
577 camera_metadata_item_t entry; HWTEST_F() local
603 camera_metadata_item_t entry; HWTEST_F() local
632 camera_metadata_item_t entry; HWTEST_F() local
666 camera_metadata_item_t entry; HWTEST_F() local
[all...]
H A Dcamera_professional_test_v1_3.cpp51 camera_metadata_item_t entry; in g_isModeExists() local
52 int ret = FindCameraMetadataItem(data, tag, &entry); in g_isModeExists()
54 EXPECT_NE(entry.count, 0); in g_isModeExists()
55 for (int i = 0; i < entry.count; i++) { in g_isModeExists()
56 if (entry.data.u8[i] == value) { in g_isModeExists()
69 camera_metadata_item_t entry; in GetSupportedPhysicalApertureValues() local
70 int rc = FindCameraMetadataItem(data, OHOS_ABILITY_CAMERA_PHYSICAL_APERTURE_RANGE, &entry); in GetSupportedPhysicalApertureValues()
72 float entryValues[] = {entry.data.f[3], entry.data.f[7], entry in GetSupportedPhysicalApertureValues()
256 camera_metadata_item_t entry; HWTEST_F() local
342 camera_metadata_item_t entry; HWTEST_F() local
396 camera_metadata_item_t entry; HWTEST_F() local
486 camera_metadata_item_t entry; HWTEST_F() local
532 camera_metadata_item_t entry; HWTEST_F() local
574 camera_metadata_item_t entry; HWTEST_F() local
632 camera_metadata_item_t entry; HWTEST_F() local
672 camera_metadata_item_t entry; HWTEST_F() local
732 camera_metadata_item_t entry; HWTEST_F() local
778 camera_metadata_item_t entry; HWTEST_F() local
970 camera_metadata_item_t entry; HWTEST_F() local
1086 camera_metadata_item_t entry; HWTEST_F() local
1162 camera_metadata_item_t entry; HWTEST_F() local
1204 camera_metadata_item_t entry; HWTEST_F() local
1242 camera_metadata_item_t entry; HWTEST_F() local
1279 camera_metadata_item_t entry; HWTEST_F() local
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_tag_test_v1_2.cpp68 camera_metadata_item_t entry; in HWTEST_F() local
69 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_CAMERA_MODES, &entry); in HWTEST_F()
72 EXPECT_EQ(META_TYPE_BYTE, entry.data_type); in HWTEST_F()
73 for (int i = 0; i < entry.count; i++) { in HWTEST_F()
74 if (entry.data.u8[i] == HDI::Camera::V1_0::OperationMode::NORMAL) { in HWTEST_F()
76 } else if (entry.data.u8[i] == OHOS::HDI::Camera::V1_1::PORTRAIT) { in HWTEST_F()
91 camera_metadata_item_t entry; in HWTEST_F() local
92 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_SCENE_PORTRAIT_EFFECT_TYPES, &entry); in HWTEST_F()
100 printf("OHOS_ABILITY_SCENE_PORTRAIT_EFFECT_TYPES value count is %d\n", entry.count); in HWTEST_F()
101 if (entry in HWTEST_F()
130 camera_metadata_item_t entry; HWTEST_F() local
173 camera_metadata_item_t entry; HWTEST_F() local
198 camera_metadata_item_t entry; HWTEST_F() local
223 camera_metadata_item_t entry; HWTEST_F() local
249 camera_metadata_item_t entry; HWTEST_F() local
279 camera_metadata_item_t entry; HWTEST_F() local
309 camera_metadata_item_t entry; HWTEST_F() local
339 camera_metadata_item_t entry; HWTEST_F() local
364 camera_metadata_item_t entry; HWTEST_F() local
389 camera_metadata_item_t entry; HWTEST_F() local
415 camera_metadata_item_t entry; HWTEST_F() local
446 camera_metadata_item_t entry; HWTEST_F() local
[all...]
H A Dfront_camera_tag_test_v1_2.cpp40 camera_metadata_item_t entry; in g_isFrontTagValueExistsU8() local
41 int ret = FindCameraMetadataItem(data, tag, &entry); in g_isFrontTagValueExistsU8()
43 EXPECT_NE(entry.count, 0); in g_isFrontTagValueExistsU8()
44 for (int i = 0; i < entry.count; i++) { in g_isFrontTagValueExistsU8()
45 if (entry.data.u8[i] == value) { in g_isFrontTagValueExistsU8()
61 camera_metadata_item_t entry; in HWTEST_F() local
62 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_SCENE_BEAUTY_TYPES, &entry); in HWTEST_F()
68 printf("OHOS_ABILITY_SCENE_BEAUTY_TYPES value count is %d\n", entry.count); in HWTEST_F()
69 if (entry.count == 0) { in HWTEST_F()
73 for (size_t i = 0; i < entry in HWTEST_F()
96 camera_metadata_item_t entry; HWTEST_F() local
138 camera_metadata_item_t entry; HWTEST_F() local
179 camera_metadata_item_t entry; HWTEST_F() local
[all...]
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_ability_test.cpp35 camera_metadata_item_t entry; in GetSensorOrientation() local
36 int ret = OHOS::Camera::FindCameraMetadataItem(data, OHOS_SENSOR_ORIENTATION, &entry); in GetSensorOrientation()
41 sensorOrientation = *(entry.data.i32); in GetSensorOrientation()
50 camera_metadata_item_t entry; in GetFlashAvailable() local
51 int ret = OHOS::Camera::FindCameraMetadataItem(data, OHOS_ABILITY_FLASH_AVAILABLE, &entry); in GetFlashAvailable()
56 flashAvailable = *(entry.data.u8); in GetFlashAvailable()
65 camera_metadata_item_t entry; in GetAfAvailable() local
66 int ret = OHOS::Camera::FindCameraMetadataItem(data, OHOS_CONTROL_AF_AVAILABLE_MODES, &entry); in GetAfAvailable()
71 uint32_t count = entry.count; in GetAfAvailable()
75 afAvailable.push_back(*(entry in GetAfAvailable()
88 camera_metadata_item_t entry; GetZoomRatioRange() local
111 camera_metadata_item_t entry; GetJpegOrientation() local
[all...]
H A Dusb_camera_test.cpp177 camera_metadata_item_t entry; in HWTEST_F() local
178 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_ZOOM_RATIO_RANGE, &entry); in HWTEST_F()
180 std::cout << "OHOS_ABILITY_ZOOM_RATIO_RANGE: count is " << (int)entry.count << std::endl; in HWTEST_F()
181 std::cout << "Zoom ratio range: [" << entry.data.f[0]; in HWTEST_F()
182 std::cout << "," << entry.data.f[1] << "]" << std::endl; in HWTEST_F()
204 camera_metadata_item_t entry; in HWTEST_F() local
205 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_CAMERA_CONNECTION_TYPE, &entry); in HWTEST_F()
208 << static_cast<int>(entry.data.u8[0]) << std::endl; in HWTEST_F()
209 EXPECT_TRUE(entry.data.u8[0] == OHOS_CAMERA_CONNECTION_TYPE_USB_PLUGIN); in HWTEST_F()
228 camera_metadata_item_t entry; in HWTEST_F() local
251 camera_metadata_item_t entry; HWTEST_F() local
273 camera_metadata_item_t entry; HWTEST_F() local
300 camera_metadata_item_t entry; HWTEST_F() local
329 camera_metadata_item_t entry; HWTEST_F() local
358 camera_metadata_item_t entry; HWTEST_F() local
387 camera_metadata_item_t entry; HWTEST_F() local
413 camera_metadata_item_t entry; HWTEST_F() local
442 camera_metadata_item_t entry; HWTEST_F() local
466 camera_metadata_item_t entry; HWTEST_F() local
489 camera_metadata_item_t entry; HWTEST_F() local
816 camera_metadata_item_t entry; HWTEST_F() local
838 camera_metadata_item_t entry; HWTEST_F() local
1133 camera_metadata_item_t entry; HWTEST_F() local
1155 camera_metadata_item_t entry; HWTEST_F() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_wlfc.c72 #define DHD_WLFC_QMON_COMPLETE(entry)
407 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_afq() local
412 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq()
414 entry = &ctx->destination_entries.interfaces[entry_idx - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_enque_afq()
416 entry = &ctx->destination_entries.other; in _dhd_wlfc_enque_afq()
418 pktq_penq(&entry->afq, prec, p); in _dhd_wlfc_enque_afq()
428 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_deque_afq() local
445 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq()
447 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_deque_afq()
449 entry in _dhd_wlfc_deque_afq()
637 wlfc_mac_descriptor_t* entry = DHD_PKTTAG_ENTRY(PKTTAG(p)); _dhd_wlfc_find_table_entry() local
655 DHD_PKTTAG_SET_ENTRY(PKTTAG(p), entry); _dhd_wlfc_find_table_entry() local
673 DHD_PKTTAG_SET_ENTRY(PKTTAG(p), entry); _dhd_wlfc_find_table_entry() local
827 wlfc_mac_descriptor_t* entry; _dhd_wlfc_rollback_packet_toq() local
976 _dhd_wlfc_send_signalonly_packet(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, uint8 ta_bmp) _dhd_wlfc_send_signalonly_packet() argument
1030 _dhd_wlfc_traffic_pending_check(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, int prec) _dhd_wlfc_traffic_pending_check() argument
1076 wlfc_mac_descriptor_t* entry; _dhd_wlfc_enque_suppressed() local
1114 _dhd_wlfc_pretx_pktprocess(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, void** packet, int header_needed, uint32* slot) _dhd_wlfc_pretx_pktprocess() argument
1247 _dhd_wlfc_is_destination_open(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, int prec) _dhd_wlfc_is_destination_open() argument
1299 wlfc_mac_descriptor_t* entry; _dhd_wlfc_deque_delayedq() local
1383 wlfc_mac_descriptor_t* entry; _dhd_wlfc_enque_delayq() local
1422 _dhd_wlfc_entrypkt_fn(void* p, void *entry) _dhd_wlfc_entrypkt_fn() argument
1583 wlfc_mac_descriptor_t* entry = _dhd_wlfc_pktq_flush() local
1688 wlfc_mac_descriptor_t* entry; _dhd_wlfc_cleanup_txq() local
1815 _dhd_wlfc_mac_entry_update(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, uint8 action, uint8 ifid, uint8 iftype, uint8* ea, f_processpkt_t fn, void *arg) _dhd_wlfc_mac_entry_update() argument
1966 wlfc_mac_descriptor_t* entry; _dhd_wlfc_interface_entry_update() local
2131 wlfc_mac_descriptor_t* entry = NULL; dhd_wlfc_suppressed_acked_update() local
2226 wlfc_mac_descriptor_t* entry = NULL; _dhd_wlfc_compressed_txstatus_update() local
2496 wlfc_mac_descriptor_t* entry; _dhd_wlfc_suppress_txq() local
2593 _dhd_wlfc_add_requested_entry(athost_wl_status_info_t* wlfc, wlfc_mac_descriptor_t* entry) _dhd_wlfc_add_requested_entry() argument
2616 _dhd_wlfc_remove_requested_entry(athost_wl_status_info_t* wlfc, wlfc_mac_descriptor_t* entry) _dhd_wlfc_remove_requested_entry() argument
3010 void* entry; dhd_wlfc_parse_header_info() local
3501 wlfc_mac_descriptor_t *entry; dhd_wlfc_txcomplete() local
[all...]
H A Ddhd_csi.c77 if (bcmp(&ptr->entry.header.peer_macaddr, &p_event->header.peer_macaddr, in dhd_csi_event_handler()
83 bcopy(&p_event->header, &ptr->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler()
86 bcopy(&p_event->data, &ptr->entry.data, dump_len); in dhd_csi_event_handler()
89 uint8 *p = (uint8 *)&ptr->entry.data; in dhd_csi_event_handler()
115 bcopy(&p_event->header, &new->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler()
116 DHD_INFO(("New entry data size %d\n", p_event->header.cfr_dump_length)); in dhd_csi_event_handler()
120 bcopy(&p_event->data, &new->entry.data, MAX_EVENT_SIZE); in dhd_csi_event_handler()
123 bcopy(&p_event->data, &new->entry.data, p_event->header.cfr_dump_length); in dhd_csi_event_handler()
177 if (0 == ptr->entry.header.remain_length) { in dhd_csi_clean_list()
202 if (ptr->entry in dhd_csi_dump_list()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_track.h132 typedef VOID (*TRACK_PROC_HOOK)(UINT16 trackType, UINT16 trackId, UINT32 userData, UINT32 entry);
239 * This API is used to record the track type,track id,userdata and function entry in the track items.
252 * @param entry [IN] #UINT32 The entry of function .
259 extern VOID OsTrackhook(UINT16 trackType, UINT16 trackId, UINT32 userData, UINT32 entry);
439 UINT32 entry; \
440 __asm__ __volatile__("mv %0, ra" : "=r"(entry)); \
441 OsTrackhook(type, semID, semCnt, entry); \
449 #define LOS_TRACK_SWTMR(type, tmrID, time, entry) \
452 OsTrackhook(type, tmrID, time, entry); \
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c62 static hi_s32 proc_read(osal_proc_entry_t *entry);
63 static hi_s32 proc_write(osal_proc_entry_t *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos);
192 osal_printk("[%s,line:%d]Error: can't create proc entry\n", HIPROC_PFX, __LINE__); in hi_proc_ioctl()
210 osal_printk("hiproc delete entry failed\n"); in hi_proc_ioctl()
224 if (((strlen(proc_wait.cmd) > 0) && (strlen(proc_wait.entry.name) > 0))) { in hi_proc_ioctl()
227 (void)memcpy_s(&(user_proc_info->entry), sizeof(osal_proc_entry_t), &(proc_wait.entry), in hi_proc_ioctl()
239 if (strlen(proc_wait.entry.name) <= 0) { in hi_proc_ioctl()
240 osal_printk("entry info is HI_NULL\n"); in hi_proc_ioctl()
244 if (proc_wait.entry in hi_proc_ioctl()
315 proc_read(osal_proc_entry_t *entry) proc_read() argument
343 proc_write(osal_proc_entry_t *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos) proc_write() argument
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c75 curr = list_next_entry(bookmark, entry); in __wake_up_common()
77 list_del(&bookmark->entry); in __wake_up_common()
80 curr = list_first_entry(&wq_head->head, wait_queue_entry_t, entry); in __wake_up_common()
83 if (&curr->entry == &wq_head->head) { in __wake_up_common()
87 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) in __wake_up_common()
104 if (bookmark && (++cnt > WAITQUEUE_WALK_BREAK_CNT) && (&next->entry != &wq_head->head)) { in __wake_up_common()
106 list_add_tail(&bookmark->entry, &next->entry); in __wake_up_common()
123 INIT_LIST_HEAD(&bookmark.entry); in __wake_up_common_lock()
252 if (list_empty(&wq_entry->entry)) { in prepare_to_wait()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_proc.c81 osal_proc_entry *entry = s->private; in osal_seq_show() local
83 entry->seqfile = s; in osal_seq_show()
85 entry->read((void*)entry->seqfile, entry->private); in osal_seq_show()
126 static int osal_proc_cmd_call(osal_proc_entry *entry, unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX]) in osal_proc_cmd_call() argument
130 for (i = 0; i < entry->cmd_cnt; i++) { in osal_proc_cmd_call()
131 if (osal_strncmp(entry->cmd_list[i].name, strlen(entry->cmd_list[i].name), argv[0], strlen(argv[0])) == 0) { in osal_proc_cmd_call()
132 if (entry in osal_proc_cmd_call()
147 osal_proc_entry *entry = NULL; osal_proc_write() local
297 struct proc_dir_entry *entry = NULL; osal_proc_create_entry() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c62 static hi_s32 proc_write(osal_proc_entry *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos);
184 osal_printk("[%s,line:%d]Error: can't create proc entry\n", HIPROC_PFX, __LINE__); in hiproc_create_proc_entry()
206 osal_printk("hiproc delete entry failed\n"); in hiproc_remove_proc_entry()
224 if (((strlen(proc_wait.cmd) > 0) && (strlen(proc_wait.entry.name) > 0))) { in hiproc_get_cmd()
227 (void)memcpy_s(&(user_proc_info->entry), sizeof(osal_proc_entry), &(proc_wait.entry), in hiproc_get_cmd()
243 if (strlen(proc_wait.entry.name) <= 0) { in hiproc_wake_read_task()
244 osal_printk("entry info is HI_NULL\n"); in hiproc_wake_read_task()
247 if (proc_wait.entry.read != HI_NULL) { in hiproc_wake_read_task()
248 osal_printk("entry rea in hiproc_wake_read_task()
351 proc_write(osal_proc_entry *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos) proc_write() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/
H A Dmali_kbase_mmu_mode_aarch64.c102 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
104 if (!(entry & 1)) { in pte_to_phy_addr()
108 return entry & ~0xFFF; in pte_to_phy_addr()
162 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate() argument
165 page_table_entry_set(entry, as_phys_addr_t(phy) | get_mmu_flags(flags) | ENTRY_ACCESS_BIT | ENTRY_IS_ATE_L3); in entry_set_ate()
167 page_table_entry_set(entry, as_phys_addr_t(phy) | get_mmu_flags(flags) | ENTRY_ACCESS_BIT | ENTRY_IS_ATE_L02); in entry_set_ate()
171 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
173 page_table_entry_set(entry, (phy & PAGE_MASK) | ENTRY_ACCESS_BIT | ENTRY_IS_PTE); in entry_set_pte()
176 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
178 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode_lpae.c115 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
117 if (!(entry & 1)) { in pte_to_phy_addr()
121 return entry & ~0xFFF; in pte_to_phy_addr()
171 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate() argument
173 page_table_entry_set(entry, as_phys_addr_t(phy) | get_mmu_flags(flags) | ENTRY_IS_ATE); in entry_set_ate()
176 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
178 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_IS_PTE); in entry_set_pte()
181 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
183 page_table_entry_set(entry, ENTRY_IS_INVAL); in entry_invalidate()
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_exif_node.cpp104 camera_metadata_item_t entry; in SendMetadata() local
120 ret = FindCameraMetadataItem(data, OHOS_JPEG_QUALITY, &entry); in SendMetadata()
125 captureQuality = *(entry.data.u8); in SendMetadata()
126 ret = FindCameraMetadataItem(data, OHOS_JPEG_ORIENTATION, &entry); in SendMetadata()
131 captureOrientation = *(entry.data.i32); in SendMetadata()
132 ret = FindCameraMetadataItem(data, OHOS_CONTROL_CAPTURE_MIRROR, &entry); in SendMetadata()
137 mirrorSwitch = *(entry.data.u8); in SendMetadata()
147 camera_metadata_item_t entry; in SetGpsInfoMetadata() local
148 int ret = FindCameraMetadataItem(data, OHOS_JPEG_GPS_COORDINATES, &entry); in SetGpsInfoMetadata()
153 count = entry in SetGpsInfoMetadata()
[all...]
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_exif_node.cpp95 camera_metadata_item_t entry; in SendMetadata() local
111 ret = FindCameraMetadataItem(data, OHOS_JPEG_QUALITY, &entry); in SendMetadata()
116 captureQuality = *(entry.data.u8); in SendMetadata()
117 ret = FindCameraMetadataItem(data, OHOS_JPEG_ORIENTATION, &entry); in SendMetadata()
122 captureOrientation = *(entry.data.i32); in SendMetadata()
123 ret = FindCameraMetadataItem(data, OHOS_CONTROL_CAPTURE_MIRROR, &entry); in SendMetadata()
128 mirrorSwitch = *(entry.data.u8); in SendMetadata()
138 camera_metadata_item_t entry; in SetGpsInfoMetadata() local
139 int ret = FindCameraMetadataItem(data, OHOS_JPEG_GPS_COORDINATES, &entry); in SetGpsInfoMetadata()
144 count = entry in SetGpsInfoMetadata()
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Ddevice_ability_uttest.cpp48 camera_metadata_item_t entry; in HWTEST_F() local
49 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_STREAM_AVAILABLE_EXTEND_CONFIGURATIONS, &entry); in HWTEST_F()
50 if (ret == 0 && entry.data.i32 != nullptr && entry.count > 0) { in HWTEST_F()
54 for (size_t i = 0; i < entry.count; i++) { in HWTEST_F()
55 ss << entry.data.i32[i] << " "; in HWTEST_F()
56 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) { in HWTEST_F()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu_mode_aarch64.c55 * the 64 bit assignment to the page table entry. in page_table_entry_set()
106 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
108 if (!(entry & 1)) { in pte_to_phy_addr()
112 return entry & ~0xFFF; in pte_to_phy_addr()
158 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
160 page_table_entry_set(entry, (phy & ~0xFFF) | get_mmu_flags(flags) | ENTRY_ACCESS_BIT | ENTRY_IS_ATE); in entry_set_ate()
163 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
165 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_ACCESS_BIT | ENTRY_IS_PTE); in entry_set_pte()
168 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
170 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode_lpae.c55 * the 64 bit assignment to the page table entry. in page_table_entry_set()
107 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
109 if (!(entry & 1)) { in pte_to_phy_addr()
113 return entry & ~0xFFF; in pte_to_phy_addr()
154 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
156 page_table_entry_set(entry, (phy & ~0xFFF) | get_mmu_flags(flags) | ENTRY_IS_ATE); in entry_set_ate()
159 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
161 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_IS_PTE); in entry_set_pte()
164 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
166 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu_mode_aarch64.c59 * the 64 bit assignment to the page table entry. in page_table_entry_set()
117 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
119 if (!(entry & 1)) in pte_to_phy_addr()
122 return entry & ~0xFFF; in pte_to_phy_addr()
167 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
169 page_table_entry_set(entry, (phy & ~0xFFF) | in entry_set_ate()
174 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
176 page_table_entry_set(entry, (phy & ~0xFFF) | in entry_set_pte()
180 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
182 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode_lpae.c59 * the 64 bit assignment to the page table entry. in page_table_entry_set()
120 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
122 if (!(entry & 1)) in pte_to_phy_addr()
125 return entry & ~0xFFF; in pte_to_phy_addr()
166 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
168 page_table_entry_set(entry, (phy & ~0xFFF) | in entry_set_ate()
173 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
175 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_IS_PTE); in entry_set_pte()
178 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
180 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h32 * using the generic single-entry routines.
52 * Insert a new entry between two known consecutive entries.
68 * list_add - add a new entry
69 * @new: new entry to be added
72 * Insert a new entry after the specified head.
81 * list_add_tail - add a new entry
82 * @new: new entry to be added
85 * Insert a new entry before the specified head.
94 * Delete a list entry by making the prev/next entries
107 * list_del - deletes entry fro
112 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
120 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
154 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
245 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
271 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h29 * using the generic single-entry routines.
49 * Insert a new entry between two known consecutive entries.
65 * list_add - add a new entry
66 * @new: new entry to be added
69 * Insert a new entry after the specified head.
78 * list_add_tail - add a new entry
79 * @new: new entry to be added
82 * Insert a new entry before the specified head.
91 * Delete a list entry by making the prev/next entries
104 * list_del - deletes entry fro
109 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
117 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
151 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
242 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
268 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h28 * using the generic single-entry routines.
48 * Insert a new entry between two known consecutive entries.
64 * list_add - add a new entry
65 * @new: new entry to be added
68 * Insert a new entry after the specified head.
77 * list_add_tail - add a new entry
78 * @new: new entry to be added
81 * Insert a new entry before the specified head.
90 * Delete a list entry by making the prev/next entries
103 * list_del - deletes entry fro
108 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
116 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
150 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
241 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
267 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]

Completed in 19 milliseconds

123456789