/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
mp4_utils.cpp | 212 uint32 marker_bit = read_bit_field (&m_posInfo, 1); local 213 if ( marker_bit != 1) { 218 marker_bit = read_bit_field (&m_posInfo, 1); 219 if ( marker_bit != 1) { 225 marker_bit = read_bit_field (&m_posInfo, 1); 226 if ( marker_bit != 1) { 234 marker_bit = read_bit_field (&m_posInfo, 1); 235 if ( marker_bit != 1) { 240 marker_bit = read_bit_field (&m_posInfo, 1); 241 if ( marker_bit != 1) 254 uint32 marker_bit = read_bit_field (&m_posInfo, 1); local [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
mp4_utils.cpp | 227 uint32 marker_bit = read_bit_field (&m_posInfo, 1); local 229 if ( marker_bit != 1) { 235 marker_bit = read_bit_field (&m_posInfo, 1); 237 if ( marker_bit != 1) { 244 marker_bit = read_bit_field (&m_posInfo, 1); 246 if ( marker_bit != 1) { 255 marker_bit = read_bit_field (&m_posInfo, 1); 257 if ( marker_bit != 1) { 263 marker_bit = read_bit_field (&m_posInfo, 1); 265 if ( marker_bit != 1) 280 uint32 marker_bit = read_bit_field (&m_posInfo, 1); local [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
mp4_utils.cpp | 227 uint32 marker_bit = read_bit_field (&m_posInfo, 1); local 229 if ( marker_bit != 1) { 235 marker_bit = read_bit_field (&m_posInfo, 1); 237 if ( marker_bit != 1) { 244 marker_bit = read_bit_field (&m_posInfo, 1); 246 if ( marker_bit != 1) { 255 marker_bit = read_bit_field (&m_posInfo, 1); 257 if ( marker_bit != 1) { 263 marker_bit = read_bit_field (&m_posInfo, 1); 265 if ( marker_bit != 1) 280 uint32 marker_bit = read_bit_field (&m_posInfo, 1); local [all...] |
/external/webrtc/webrtc/modules/video_coding/test/ |
stream_generator.cc | 42 bool marker_bit = (i == num_media_packets - 1); local 44 (i == 0), marker_bit, type)); 58 bool marker_bit, 66 packet.markerBit = marker_bit;
|
stream_generator.h | 57 bool marker_bit,
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
producer_fec_unittest.cc | 27 bool marker_bit) { 32 EXPECT_EQ(marker_bit ? 0x80 : 0, data[1] & 0x80); 68 bool marker_bit; member in struct:webrtc::Packet 85 if (p.marker_bit) {
|
rtp_sender.h | 56 bool marker_bit, 171 uint16_t BuildRTPHeaderExtension(uint8_t* data_buffer, bool marker_bit) const; 241 bool marker_bit, 327 bool marker_bit,
|
producer_fec.cc | 144 const bool marker_bit = (data_buffer[1] & kRtpMarkerBitMask) ? true : false; local 152 if (marker_bit) {
|
rtp_sender.cc | [all...] |
rtp_sender_unittest.cc | 154 void VerifyRTPHeaderCommon(const RTPHeader& rtp_header, bool marker_bit) { 155 EXPECT_EQ(marker_bit, rtp_header.markerBit); 204 packet_, kPayload, expect_cvo /* marker_bit */, kTimestamp, 0)); [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
video_coding_robustness_unittest.cc | 55 bool marker_bit, 63 rtp_info.header.markerBit = marker_bit;
|
/external/webrtc/webrtc/call/ |
rtc_event_log_unittest.cc | 334 bool marker_bit = prng->Rand<bool>(); local 341 packet, payload_type, marker_bit, capture_timestamp, capture_time_ms,
|