OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetProfile_BufferSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp
429
extern Bool
SetProfile_BufferSize
(VideoEncData *video, float delay, Int bInitialized);
433
SetProfile_BufferSize
(video, video->encParams->VBV_delay, 0); /* output: video->encParams->BufferSize[] */
[
all
...]
mp4enc_api.cpp
141
Bool
SetProfile_BufferSize
(VideoEncData *video, float delay, Int bInitialized);
437
encParams->profile_table_index = profile_table_index; /* Used to limit the profile and level in
SetProfile_BufferSize
() */
636
status =
SetProfile_BufferSize
(video, video->encParams->VBV_delay, 1);
[
all
...]
Completed in 42 milliseconds