Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h31 typedef unsigned int Bool; typedef
235 Bool useACPred;
255 OSCL_IMPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase);
262 … OSCL_IMPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encCtrl, VideoEncOptions *encOption);
276 …OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int…
285 …OSCL_IMPORT_REF Bool PVGetH263ProfileLevelID(VideoEncControls *encCtrl, Int *profileID, Int *le…
294 …OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, In…
302 … OSCL_IMPORT_REF Bool PVGetMaxVideoFrameSize(VideoEncControls *encCtrl, Int *maxVideoFrameSize);
318 OSCL_IMPORT_REF Bool PVGetVBVSize(VideoEncControls *encCtrl, Int *VBVSize);
337 …OSCL_IMPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, Vid…
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h29 typedef uint Bool; typedef
150 …OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volb…
151 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers);
152 OSCL_IMPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl);
153 Bool PVResetVideoDecoder(VideoDecControls *decCtrl);
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 …OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *…
158Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 bu…
159 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]);
[all …]
Dvisual_header.h26 typedef uint Bool; typedef
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h189 Bool ResyncMarkerDisable; /* Disable Resync Marker */
190 Bool DataPartitioning; /* Base Layer Data Partitioning */
191 Bool ReversibleVLC; /* RVLC when Data Partitioning */
192 Bool ACDCPrediction; /* AC/DC Prediction */
209 Bool SceneChange_Det; /* scene change detection */
210 Bool FineFrameSkip_Enabled; /* src rate resolution frame skipping */
211 Bool VBR_Enabled; /* VBR rate control */
212 Bool NoFrameSkip_Enabled; /* do not allow frame skip */
213 Bool NoPreSkip_Enabled; /* do not allow pre-skip */
215 Bool H263_Enabled; /* H263 Short Header */
[all …]
Dmp4enc_api.cpp141 Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized);
164 OSCL_EXPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase) in PVGetDefaultEncOption()
193 OSCL_EXPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encoderControl, VideoEncOptions *encOp… in PVInitVideoEncoder()
196 Bool status = PV_TRUE; in PVInitVideoEncoder()
1111 OSCL_EXPORT_REF Bool PVCleanUpVideoEncoder(VideoEncControls *encoderControl) in PVCleanUpVideoEncoder()
1311 OSCL_EXPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int lay… in PVGetVolHeader()
1382 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEn… in PVEncodeVideoFrame()
1385 Bool status = PV_TRUE; in PVEncodeVideoFrame()
1677 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *ne… in PVEncodeFrameSet()
1679 Bool status = PV_TRUE; in PVEncodeFrameSet()
[all …]
Dmp4def.h62 typedef unsigned int Bool; typedef
Dvlc_encode.cpp173 static Bool IntraDCSwitch_Decision(Int Mode, Int intra_dc_vlc_threshold, Int intraDCVlcQP);
1926 static Bool IntraDCSwitch_Decision(Int Mode, Int intra_dc_vlc_thr, Int intraDCVlcQP) in IntraDCSwitch_Decision()
1928 Bool switched = FALSE; in IntraDCSwitch_Decision()
2031 Bool bACPredEnable = video->encParams->ACDCPrediction; in DCACPred()
Drate_control.cpp429 extern Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized); in RC_UpdateBXRCParams()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h135 #ifndef Bool
136 typedef Int Bool; typedef
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder()
81 Bool status = PV_TRUE; in PVInitVideoDecoder()
306 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers) in PVAllocVideoData()
309 Bool status = PV_TRUE; in PVAllocVideoData()
580 Bool PVResetVideoDecoder(VideoDecControls *decCtrl) in PVResetVideoDecoder()
607 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl) in PVCleanUpVideoDecoder()
934 Bool PVExtractVolHeader(uint8 *video_buffer, uint8 *vol_header, int32 *vol_header_size) in PVExtractVolHeader()
1055 OSCL_EXPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVideoFrame()
1083 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVopHeader()
1294 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]) in PVDecodeVopBody()
[all …]
Dbitstream.h145 Bool validStuffing_h263(BitstreamDecVideo *stream);
150 Bool validStuffing(BitstreamDecVideo *stream);
Ddatapart_decode.cpp150 Bool valid_stuffing; in DecodeDataPart_I_VideoPacket()
312 Bool valid_stuffing; in DecodeDataPart_P_VideoPacket()
526 Bool switched; in GetMBheaderDataPart_DQUANT_DC()
634 Bool switched; in GetMBData_DataPart()
Dbitstream.cpp565 Bool validStuffing(BitstreamDecVideo *stream) in validStuffing()
577 Bool validStuffing_h263(BitstreamDecVideo *stream) in validStuffing_h263()
Dmp4dec_lib.h275 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_tiemstamp);
Dcombined_decode.cpp361 Bool mb_coded; in GetMBheader()
Dvop.cpp812 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp) in DecodeVOPHeader()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dgsm_amr_typedefs.h97 typedef int Bool; typedef
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dtypedefs.h165 typedef int Bool; typedef
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp158 Bool success = PVInitVideoDecoder( in onQueueFilled()
/frameworks/base/core/jni/
Dandroid_os_HwParcel.cpp336 DEFINE_PARCEL_WRITER(Bool,jboolean) in DEFINE_PARCEL_WRITER() argument
/frameworks/compile/slang/
Dslang_rs_export_type.cpp114 {clang::BuiltinType::Bool, DataTypeBoolean,