OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marker_bit
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_dboolhuff.c
23
int
marker_bit
;
local
35
marker_bit
= vp9_read_bit(r);
36
return
marker_bit
!= 0;
/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
234
uint32
marker_bit
= read_bit_field (&m_posInfo, 1);
local
236
if (
marker_bit
!= 1) {
242
marker_bit
= read_bit_field (&m_posInfo, 1);
244
if (
marker_bit
!= 1) {
251
marker_bit
= read_bit_field (&m_posInfo, 1);
253
if (
marker_bit
!= 1) {
262
marker_bit
= read_bit_field (&m_posInfo, 1);
264
if (
marker_bit
!= 1) {
270
marker_bit
= read_bit_field (&m_posInfo, 1);
272
if (
marker_bit
!= 1)
287
uint32
marker_bit
= read_bit_field (&m_posInfo, 1);
local
[
all
...]
/external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.h
54
void BuildCommonRTPheader(std::vector<uint8>* packet, bool
marker_bit
,
rtp_packetizer.cc
139
Packet* packet, bool
marker_bit
, uint32 time_stamp) {
142
(
marker_bit
? kRtpMarkerBitMask : 0));
Completed in 507 milliseconds