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
311
encParams->
ResyncMarkerDisable
= 0; /* Enable Resync Marker */
371
encParams->
ResyncMarkerDisable
= 1; /* Disable Resync Marker */
390
encParams->
ResyncMarkerDisable
= 1; /* Disable Resync Marker */
406
encParams->
ResyncMarkerDisable
= 0; /* Resync Marker */
418
encParams->
ResyncMarkerDisable
= 0; /* Resync Marker */
426
encParams->
ResyncMarkerDisable
= 1; /* Disable Resync Marker */
[
all
...]
Completed in 367 milliseconds