/frameworks/av/media/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 32 typedef unsigned int Bool; typedef 246 Bool useACPred; 266 OSCL_IMPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase); 273 … OSCL_IMPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encCtrl, VideoEncOptions *encOption); 287 …OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int… 296 …OSCL_IMPORT_REF Bool PVGetH263ProfileLevelID(VideoEncControls *encCtrl, Int *profileID, Int *le… 305 …OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, In… 313 … OSCL_IMPORT_REF Bool PVGetMaxVideoFrameSize(VideoEncControls *encCtrl, Int *maxVideoFrameSize); 329 OSCL_IMPORT_REF Bool PVGetVBVSize(VideoEncControls *encCtrl, Int *VBVSize); 348 …OSCL_IMPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, Vid… [all …]
|
/frameworks/av/media/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 29 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 *… 158 …Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 bu… 159 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]); [all …]
|
D | visual_header.h | 26 typedef uint Bool; typedef
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | mp4lib_int.h | 189 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 …]
|
D | mp4enc_api.cpp | 141 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() 1112 OSCL_EXPORT_REF Bool PVCleanUpVideoEncoder(VideoEncControls *encoderControl) in PVCleanUpVideoEncoder() 1312 OSCL_EXPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int lay… in PVGetVolHeader() 1383 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEn… in PVEncodeVideoFrame() 1386 Bool status = PV_TRUE; in PVEncodeVideoFrame() 1678 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *ne… in PVEncodeFrameSet() 1680 Bool status = PV_TRUE; in PVEncodeFrameSet() [all …]
|
D | mp4def.h | 62 typedef unsigned int Bool; typedef
|
D | vlc_encode.cpp | 173 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()
|
D | rate_control.cpp | 429 extern Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized); in RC_UpdateBXRCParams()
|
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | pv_amr_wb_type_defs.h | 135 #ifndef Bool 136 typedef Int Bool; typedef
|
/frameworks/av/media/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder() 81 Bool status = PV_TRUE; in PVInitVideoDecoder() 309 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers) in PVAllocVideoData() 312 Bool status = PV_TRUE; in PVAllocVideoData() 546 Bool PVResetVideoDecoder(VideoDecControls *decCtrl) in PVResetVideoDecoder() 573 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl) in PVCleanUpVideoDecoder() 895 Bool PVExtractVolHeader(uint8 *video_buffer, uint8 *vol_header, int32 *vol_header_size) in PVExtractVolHeader() 1016 OSCL_EXPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVideoFrame() 1044 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVopHeader() 1255 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]) in PVDecodeVopBody() [all …]
|
D | bitstream.h | 145 Bool validStuffing_h263(BitstreamDecVideo *stream); 150 Bool validStuffing(BitstreamDecVideo *stream);
|
D | datapart_decode.cpp | 150 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()
|
D | bitstream.cpp | 565 Bool validStuffing(BitstreamDecVideo *stream) in validStuffing() 577 Bool validStuffing_h263(BitstreamDecVideo *stream) in validStuffing_h263()
|
D | mp4dec_lib.h | 244 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_tiemstamp);
|
D | combined_decode.cpp | 361 Bool mb_coded; in GetMBheader()
|
D | vop.cpp | 819 PV_STATUS DecodeVOPHeader(VideoDecData *video, Vop *currVop, Bool use_ext_timestamp) in DecodeVOPHeader()
|
/frameworks/av/media/codecs/amrnb/common/include/ |
D | gsm_amr_typedefs.h | 97 typedef int Bool; typedef
|
/frameworks/av/media/codecs/amrwb/enc/inc/ |
D | typedefs.h | 165 typedef int Bool; typedef
|
/frameworks/native/libs/binder/tests/ |
D | binderParcelTest.cpp | 144 TEST_READ_WRITE_INVERSE(bool, Bool, {true, false});
|
D | binderRpcTest.cpp | 971 ::testing::Combine(::testing::Bool(), ::testing::Bool()));
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 162 Bool success = PVInitVideoDecoder( in onQueueFilled()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 851 ::testing::Bool(), /* contiguous */ 853 ::testing::Bool(), /* planar */
|
/frameworks/base/core/jni/ |
D | android_os_HwParcel.cpp | 342 DEFINE_PARCEL_WRITER(Bool,jboolean) in DEFINE_PARCEL_WRITER() argument
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 114 {clang::BuiltinType::Bool, DataTypeBoolean,
|