HomeSort by relevance Sort by last modified time
    Searched refs:marker_bit (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/media/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/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/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
stream_generator.cc 50 bool marker_bit = (i == num_media_packets - 1); local
52 sequence_number_, timestamp_, packet_size, (i == 0), marker_bit, type));
66 bool marker_bit,
74 packet.markerBit = marker_bit;
stream_generator.h 47 bool marker_bit,
  /external/chromium_org/media/cast/transport/rtp_sender/rtp_packetizer/
rtp_packetizer.h 68 void BuildCommonRTPheader(Packet* packet, bool marker_bit, uint32 time_stamp);
rtp_packetizer.cc 120 bool marker_bit,
124 (marker_bit ? kRtpMarkerBitMask : 0));
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
producer_fec_unittest.cc 25 bool marker_bit) {
30 EXPECT_EQ(marker_bit ? 0x80 : 0, data[1] & 0x80);
rtp_sender.h 48 const bool marker_bit, const uint32_t capture_time_stamp,
199 const bool marker_bit, const uint32_t capture_time_stamp,
291 uint32_t ssrc, bool marker_bit,
producer_fec.cc 144 const bool marker_bit = (data_buffer[1] & kRtpMarkerBitMask) ? true : false; local
152 if (marker_bit) {
rtcp_sender_unittest.cc 188 void CreateRtpPacket(const bool marker_bit, const uint8_t payload,
194 array[(*cur_pos)++] = payload | (marker_bit ? 0x80 : 0);
352 const bool marker_bit = false; local
358 CreateRtpPacket(marker_bit, payload, seq_num, timestamp, ssrc, packet_,
rtp_sender.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_robustness_unittest.cc 60 bool marker_bit,
68 rtp_info.header.markerBit = marker_bit;

Completed in 135 milliseconds