/external/libxaac/decoder/ |
D | ixheaacd_headerdecode.c | 485 WORD32 header_len, WORD32 *bytes_consumed, in ixheaacd_ga_hdr_dec() argument 518 *bytes_consumed = 1; in ixheaacd_ga_hdr_dec() 535 *bytes_consumed = 1; in ixheaacd_ga_hdr_dec() 567 *bytes_consumed = 1; in ixheaacd_ga_hdr_dec() 648 *bytes_consumed = ((WORD32)it_bit_buff->size) >> 3; in ixheaacd_ga_hdr_dec() 650 *bytes_consumed = (((((SIZE_T)it_bit_buff->ptr_read_next - in ixheaacd_ga_hdr_dec() 717 *bytes_consumed = 1; in ixheaacd_ga_hdr_dec() 742 *bytes_consumed = 1; in ixheaacd_ga_hdr_dec() 746 *bytes_consumed = (cnt_bits - it_bit_buff->cnt_bits) >> 3; in ixheaacd_ga_hdr_dec() 747 if (it_bit_buff->bit_pos < 7) *bytes_consumed += 1; in ixheaacd_ga_hdr_dec() [all …]
|
D | ixheaacd_headerdecode.h | 31 WORD32 *bytes_consumed, 47 WORD32 header_len, WORD32 *bytes_consumed,
|
D | ixheaacd_latmdemux.c | 160 WORD32 bytes_consumed; in ixheaacd_latm_stream_mux_config() local 212 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config() 234 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config()
|
/external/image_io/includes/image_io/base/ |
D | data_match_result.h | 36 DataMatchResult(Type type, size_t bytes_consumed) in DataMatchResult() argument 38 bytes_consumed_(bytes_consumed), in DataMatchResult() 80 DataMatchResult& SetBytesConsumed(size_t bytes_consumed) { in SetBytesConsumed() argument 81 bytes_consumed_ = bytes_consumed; in SetBytesConsumed()
|
/external/libese/libese-teq1/ |
D | teq1.c | 137 int bytes_consumed = ese->ops->poll(ese, opts->host_address, timeout, 0); in teq1_receive() local 138 if (bytes_consumed < 0 || bytes_consumed > 1) { in teq1_receive() 140 ALOGV("%s: comm error: %d", __func__, bytes_consumed); in teq1_receive() 144 if (bytes_consumed) { in teq1_receive() 148 ese->ops->hw_receive(ese, (uint8_t *)(&frame->header.NAD + bytes_consumed), in teq1_receive() 149 sizeof(frame->header) - bytes_consumed, 0); in teq1_receive() 150 teq1_dump_receive((uint8_t *)(&frame->header.NAD + bytes_consumed), in teq1_receive() 151 sizeof(frame->header) - bytes_consumed); in teq1_receive()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | structurally_valid.cc | 361 int* bytes_consumed) { in UTF8GenericScan() argument 362 *bytes_consumed = 0; in UTF8GenericScan() 464 *bytes_consumed = src - isrc; in UTF8GenericScan() 471 int* bytes_consumed) { in UTF8GenericScanFastAscii() argument 472 *bytes_consumed = 0; in UTF8GenericScanFastAscii() 504 *bytes_consumed = src - isrc; in UTF8GenericScanFastAscii() 530 int bytes_consumed = 0; in IsStructurallyValidUTF8() local 532 buf, len, &bytes_consumed); in IsStructurallyValidUTF8() 533 return (bytes_consumed == len); in IsStructurallyValidUTF8() 539 int bytes_consumed = 0; in UTF8SpnStructurallyValid() local [all …]
|
/external/brotli/go/cbrotli/ |
D | writer.go | 104 p = p[int(result.bytes_consumed):] 105 n += int(result.bytes_consumed)
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 389 grpc_slice* recv_bytes, size_t bytes_consumed) { in set_unused_bytes() argument 391 if (GRPC_SLICE_LENGTH(*recv_bytes) == bytes_consumed) { in set_unused_bytes() 396 result->unused_bytes_size = GRPC_SLICE_LENGTH(*recv_bytes) - bytes_consumed; in set_unused_bytes() 400 GRPC_SLICE_START_PTR(*recv_bytes) + bytes_consumed, in set_unused_bytes() 463 set_unused_bytes(result, &handshaker->recv_bytes, resp->bytes_consumed); in alts_tsi_handshaker_handle_response()
|
D | handshaker.pb.c | 91 …PB_FIELD( 2, UINT32 , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResp, bytes_consumed, out_fr… 92 …ESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResp, result, bytes_consumed, &grpc_gcp_Han…
|
D | handshaker.pb.h | 96 uint32_t bytes_consumed; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 242 int32_t bytes_consumed) { in grpc_gcp_handshaker_resp_set_bytes_consumed() argument 250 resp->bytes_consumed = bytes_consumed; in grpc_gcp_handshaker_resp_set_bytes_consumed() 625 result &= (l_resp->bytes_consumed == r_resp->bytes_consumed); in grpc_gcp_handshaker_resp_equals()
|
D | alts_handshaker_service_api_test_lib.h | 106 int32_t bytes_consumed);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unicode_ops.cc | 146 int bytes_consumed = source - source_pre_fetch; in IterateUnicodeString() local 147 callback(next_char, bytes_consumed, format_error); in IterateUnicodeString()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 206 int bytes_consumed = 0; /* total bytes consumed, all files */ variable 1398 if (bytes_to_consume && bytes_consumed >= bytes_to_consume) { in main() 2339 bytes_consumed += size_grew; in growfile() 2483 bytes_consumed -= (cur_offset - new_offset); in shrinkfile()
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1261 size_t bytes_consumed = received_bytes_size; in ssl_handshaker_next() local 1264 &bytes_consumed); in ssl_handshaker_next() 1287 size_t unused_bytes_size = received_bytes_size - bytes_consumed; in ssl_handshaker_next() 1289 unused_bytes_size == 0 ? nullptr : received_bytes + bytes_consumed; in ssl_handshaker_next()
|
/external/libhevc/test/decoder/ |
D | main.c | 1752 UWORD32 bytes_consumed = 0; in hevcdec_main() local 2781 bytes_consumed += s_video_decode_op.u4_num_bytes_consumed; in hevcdec_main() 2786 … printf("Average bitrate(kb) for the last second = %6d\n", (bytes_consumed * 8) / 1024); in hevcdec_main() 2788 bytes_consumed = 0; in hevcdec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1787 UWORD32 bytes_consumed = 0; in vdec_main() local 2915 bytes_consumed += s_video_decode_op.u4_num_bytes_consumed; in vdec_main() 2920 … printf("Average bitrate(kb) for the last second = %6d\n", (bytes_consumed * 8) / 1024); in vdec_main() 2922 bytes_consumed = 0; in vdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 1816 UWORD32 bytes_consumed = 0; in h264dec_main() local 2903 bytes_consumed += s_video_decode_op.u4_num_bytes_consumed; in h264dec_main() 2908 printf("Average bitrate(kb) for the last second = %6d\n",(bytes_consumed * 8) / 1024); in h264dec_main() 2910 bytes_consumed = 0; in h264dec_main()
|
/external/libavc/decoder/ |
D | ih264d_api.c | 1803 UWORD32 bytes_consumed = 0; in ih264d_video_decode() local 2147 bytes_consumed = buflen + u4_length_of_start_code; in ih264d_video_decode() 2148 ps_dec_op->u4_num_bytes_consumed += bytes_consumed; in ih264d_video_decode() 2223 ps_dec_op->u4_num_bytes_consumed -= bytes_consumed; in ih264d_video_decode() 2297 ps_dec_op->u4_num_bytes_consumed -= bytes_consumed; in ih264d_video_decode()
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 204 uint32 bytes_consumed = 2; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 204 uint32 bytes_consumed = 2; field
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 204 uint32 bytes_consumed = 2; field
|