Searched refs:src_count (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dbye.cc39 const uint8_t src_count = header.count_or_format; local
41 if (header.payload_size_bytes < 4u * src_count) {
46 bool has_reason = (header.payload_size_bytes > 4u * src_count);
49 reason_length = payload[4u * src_count];
50 if (header.payload_size_bytes - 4u * src_count < 1u + reason_length) {
56 if (src_count == 0) { // A count value of zero is valid, but useless.
61 csrcs_.resize(src_count - 1);
62 for (size_t i = 1; i < src_count; ++i)
67 reason_.assign(reinterpret_cast<const char*>(&payload[4u * src_count + 1]),
127 size_t src_count local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c146 unsigned int src_count = rc_presubtract_src_reg_count( local
148 for(i = 0; i < src_count; i++) {
157 unsigned int src_count = rc_presubtract_src_reg_count( local
159 for(i = 0; i < src_count; i++) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h505 unsigned src_count)
510 for (i = 0; i < src_count; i++) {
520 *dst_count = src_count;
521 memcpy(dst, src, src_count * sizeof(struct pipe_vertex_buffer));
502 util_copy_vertex_buffers(struct pipe_vertex_buffer *dst, unsigned *dst_count, const struct pipe_vertex_buffer *src, unsigned src_count) argument
/external/bison/src/
H A Dconflicts.c431 int src_count = 0;
449 src_count = bitset_count (lookahead_set);
451 return src_count;
430 int src_count = 0; local
/external/opencv/cxcore/src/
H A Dcxconvert.cpp722 cvMixChannels( const CvArr** src, int src_count, argument
752 src_count = MAX( src_count, 0 );
754 if( !src && src_count > 0 )
767 buf_size = (src_count + dst_count + 2)*
780 dst0 = src0 + src_count;
782 dst_cn = src_cn + src_count + 1;
784 dst_step = src_step + src_count;
797 for( i = 0; i < (k == 0 ? src_count : dst_count); i++ )
849 int a = 0, b = k == 0 ? src_count
[all...]
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dproxy_generator.cc155 size_t src_count = std::distance(mismatch_pair.first, local
158 src_count, base::FilePath::kParentDirectory};
/external/opencv3/modules/core/src/
H A Dconvert.cpp6184 cvMixChannels( const CvArr** src, int src_count,
6188 cv::AutoBuffer<cv::Mat> buf(src_count + dst_count);
6191 for( i = 0; i < src_count; i++ )
6194 buf[i+src_count] = cv::cvarrToMat(dst[i]);
6195 cv::mixChannels(&buf[0], src_count, &buf[src_count], dst_count, from_to, pair_count);
/external/opencv/cxcore/include/
H A Dcxcore.h466 CVAPI(void) cvMixChannels( const CvArr** src, int src_count,
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h996 CVAPI(void) cvMixChannels( const CvArr** src, int src_count,

Completed in 166 milliseconds