Searched refs:number_blocks (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_rw_api.h580 UINT16 number_blocks);
599 UINT16 number_blocks,
752 UINT16 number_blocks);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c1065 UINT16 number_blocks)
1069 NFA_TRACE_API2 ("NFA_RwI93ReadMultipleBlocks(): %d, %d", first_block_number, number_blocks);
1083 p_msg->params.i93_cmd.number_blocks = number_blocks;
1110 UINT16 number_blocks,
1116 NFA_TRACE_API2 ("NFA_RwI93WriteMultipleBlocks (): %d, %d", first_block_number, number_blocks);
1129 data_length = nfa_rw_cb.i93_block_size * number_blocks;
1138 p_msg->params.i93_cmd.number_blocks = number_blocks;
1479 UINT16 number_blocks)
1064 NFA_RwI93ReadMultipleBlocks(UINT8 first_block_number, UINT16 number_blocks) argument
1109 NFA_RwI93WriteMultipleBlocks(UINT8 first_block_number, UINT16 number_blocks, UINT8 *p_data) argument
1478 NFA_RwI93GetMultiBlockSecurityStatus(UINT8 first_block_number, UINT16 number_blocks) argument
[all...]
H A Dnfa_rw_act.c2443 p_data->op_req.params.i93_cmd.number_blocks);
2449 p_data->op_req.params.i93_cmd.number_blocks,
2498 p_data->op_req.params.i93_cmd.number_blocks);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c77 const int number_blocks = cm->mi_rows * cm->mi_cols; local
82 if (rc->avg_frame_bandwidth < factor * number_blocks ||
83 number_blocks / 64 < 5)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c78 const int number_blocks = cm->mi_rows * cm->mi_cols; local
83 if (rc->av_per_frame_bandwidth < factor * number_blocks ||
84 number_blocks / 64 < 5)
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h1024 UINT16 number_blocks);
1041 UINT16 number_blocks,
1177 UINT16 number_blocks);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h202 UINT16 number_blocks; member in struct:__anon24230
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c865 tNFC_STATUS rw_i93_send_cmd_read_multi_blocks (UINT16 first_block_number, UINT16 number_blocks) argument
908 UINT8_TO_STREAM (p, number_blocks - 1); /* Number of blocks, 0x00 to read one block */
931 UINT16 number_blocks,
948 p_cmd->len = 12 + number_blocks * rw_cb.tcb.i93.block_size;
960 UINT8_TO_STREAM (p, number_blocks - 1); /* Number of blocks, 0x00 to read one block */
963 ARRAY_TO_STREAM (p, p_data, number_blocks * rw_cb.tcb.i93.block_size);
1331 UINT16 number_blocks)
1367 UINT16_TO_STREAM (p, number_blocks - 1); /* Number of blocks, 0x00 to read one block */
1373 UINT8_TO_STREAM (p, number_blocks - 1); /* Number of blocks, 0x00 to read one block */
3426 UINT16 number_blocks)
930 rw_i93_send_cmd_write_multi_blocks(UINT8 first_block_number, UINT16 number_blocks, UINT8 *p_data) argument
1330 rw_i93_send_cmd_get_multi_block_sec(UINT16 first_block_number, UINT16 number_blocks) argument
3425 RW_I93ReadMultipleBlocks(UINT16 first_block_number, UINT16 number_blocks) argument
3462 RW_I93WriteMultipleBlocks(UINT8 first_block_number, UINT16 number_blocks, UINT8 *p_data) argument
3779 RW_I93GetMultiBlockSecurityStatus(UINT16 first_block_number, UINT16 number_blocks) argument
[all...]

Completed in 137 milliseconds