OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoFrameSkip_Enabled
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
211
Bool
NoFrameSkip_Enabled
; /* do not allow frame skip */
mp4enc_api.cpp
344
encParams->
NoFrameSkip_Enabled
= encOption->noFrameSkipped;
574
if (video->encParams->
NoFrameSkip_Enabled
== PV_ON ||
581
video->encParams->
NoFrameSkip_Enabled
= PV_ON; /* no frame skip */
588
if (video->encParams->
NoFrameSkip_Enabled
== PV_ON) /* if no frame skip */
[
all
...]
rate_control.cpp
66
rc[n]->no_frame_skip = encParams->
NoFrameSkip_Enabled
;
[
all
...]
Completed in 1220 milliseconds