Searched refs:sizeBytes (Results 1 - 17 of 17) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DBaseDescriptor.java42 int sizeBytes; field in class:BaseDescriptor
54 + sizeBytes;
62 return sizeBytes;
78 sizeBytes = i;
/external/webrtc/webrtc/modules/video_coding/
H A Dpacket.cc25 sizeBytes(0),
44 sizeBytes(size),
68 sizeBytes(size),
86 sizeBytes = 0;
H A Dpacket.h40 size_t sizeBytes; member in class:webrtc::VCMPacket
H A Dsession_info.cc149 length += (*it).sizeBytes;
165 offset += (*it).sizeBytes;
183 while (nalu_ptr < packet_buffer + packet.sizeBytes) {
192 while (nalu_ptr < packet_buffer + packet.sizeBytes) {
199 packet.sizeBytes = required_length;
200 return packet.sizeBytes;
203 packet_it, packet.sizeBytes +
206 packet.sizeBytes =
207 Insert(packet_buffer, packet.sizeBytes, packet.insertStartCode,
209 return packet.sizeBytes;
[all...]
H A Dframe_buffer.cc88 assert(!(NULL == packet.dataPtr && packet.sizeBytes > 0));
107 Length() + packet.sizeBytes +
130 if (packet.sizeBytes > 0)
H A Ddecoding_state_unittest.cc185 packet.sizeBytes = 0;
192 packet.sizeBytes = 1400;
200 packet.sizeBytes = 0;
457 packet.sizeBytes = sizeof(data);
500 packet.sizeBytes = sizeof(data);
555 packet.sizeBytes = sizeof(data);
H A Dsession_info_unittest.cc28 packet_.sizeBytes = packet_buffer_size();
152 packet_.sizeBytes = packet_buffer_size();
176 packet_.sizeBytes = 0;
860 packet_.sizeBytes = 0;
H A Djitter_buffer.cc675 if (packet.sizeBytes > 0) {
723 waiting_for_completion_.frame_size += packet.sizeBytes;
749 incoming_bit_count_ += packet.sizeBytes << 3;
H A Djitter_buffer_unittest.cc1964 CheckOutFrame(frame_out, packet_->sizeBytes * 2, false);
1980 insertedLength += packet_->sizeBytes; // This packet should be decoded.
1991 insertedLength += packet_->sizeBytes; // This packet should be decoded.
2002 insertedLength += packet_->sizeBytes; // This packet should be decoded.
2013 insertedLength += packet_->sizeBytes;
2078 CheckOutFrame(frame_out, packet_->sizeBytes, false);
2119 CheckOutFrame(frame_out, packet_->sizeBytes, false);
/external/webrtc/webrtc/modules/video_coding/test/
H A Dstream_generator.cc67 packet.sizeBytes = size;
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
641 int getApproxMemUsageDiff (const int sizeBytes) const { return sizeBytes - getApproxMemUsage(); }
673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const deUint32 target) const argument
676 glBufferSubData(target, offsetBytes, sizeBytes, src);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 216 milliseconds