OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoEncControls
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
113
}
VideoEncControls
;
262
OSCL_IMPORT_REF Bool PVInitVideoEncoder(
VideoEncControls
*encCtrl, VideoEncOptions *encOption);
276
OSCL_IMPORT_REF Bool PVGetVolHeader(
VideoEncControls
*encCtrl, UChar *volHeader, Int *size, Int layer);
285
OSCL_IMPORT_REF Bool PVGetH263ProfileLevelID(
VideoEncControls
*encCtrl, Int *profileID, Int *levelID);
294
OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(
VideoEncControls
*encCtrl, Int *profile_level, Int nLayer);
302
OSCL_IMPORT_REF Bool PVGetMaxVideoFrameSize(
VideoEncControls
*encCtrl, Int *maxVideoFrameSize);
310
OSCL_IMPORT_REF Int PVGetEncMemoryUsage(
VideoEncControls
*encCtrl);
318
OSCL_IMPORT_REF Bool PVGetVBVSize(
VideoEncControls
*encCtrl, Int *VBVSize);
337
OSCL_IMPORT_REF Bool PVEncodeVideoFrame(
VideoEncControls
*encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out,
347
OSCL_IMPORT_REF UChar* PVGetOverrunBuffer(
VideoEncControls
*encCtrl)
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
186
OSCL_EXPORT_REF Bool PVInitVideoEncoder(
VideoEncControls
*encoderControl, VideoEncOptions *encOption)
636
video->
videoEncControls
= encoderControl;
[
all
...]
mp4lib_int.h
428
VideoEncControls
*
videoEncControls
;
Completed in 28 milliseconds