OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResyncMarkerDisable
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp
175
if (!currVol->
ResyncMarkerDisable
) /* RESYNC MARKER MODE */
227
if (!currVol->
ResyncMarkerDisable
) /* Resync Markers */
283
Int resync_marker = ((!currVol->shortVideoHeader) && (!currVol->
ResyncMarkerDisable
));
378
else if (currVol->
ResyncMarkerDisable
)
459
if (!currVol->
ResyncMarkerDisable
)
609
if (!currVol->
ResyncMarkerDisable
) /* Resync Markers */
mp4lib_int.h
93
Int
ResyncMarkerDisable
; /* VOL Disable Resynch Markers */
188
Bool
ResyncMarkerDisable
; /* Disable Resync Marker */
mp4enc_api.cpp
304
encParams->
ResyncMarkerDisable
= 0; /* Enable Resync Marker */
364
encParams->
ResyncMarkerDisable
= 1; /* Disable Resync Marker */
383
encParams->
ResyncMarkerDisable
= 1; /* Disable Resync Marker */
399
encParams->
ResyncMarkerDisable
= 0; /* Resync Marker */
411
encParams->
ResyncMarkerDisable
= 0; /* Resync Marker */
419
encParams->
ResyncMarkerDisable
= 1; /* Disable Resync Marker */
[
all
...]
Completed in 44 milliseconds