/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 32 typedef unsigned int Bool; typedef 236 Bool useACPred; 256 OSCL_IMPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase); 263 … OSCL_IMPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encCtrl, VideoEncOptions *encOption); 277 …OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int… 286 …OSCL_IMPORT_REF Bool PVGetH263ProfileLevelID(VideoEncControls *encCtrl, Int *profileID, Int *le… 295 …OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, In… 303 … OSCL_IMPORT_REF Bool PVGetMaxVideoFrameSize(VideoEncControls *encCtrl, Int *maxVideoFrameSize); 319 OSCL_IMPORT_REF Bool PVGetVBVSize(VideoEncControls *encCtrl, Int *VBVSize); 338 …OSCL_IMPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, Vid… [all …]
|
/frameworks/av/media/libstagefright/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/libstagefright/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 | mp4def.h | 62 typedef unsigned int Bool; typedef
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pv_amr_wb_type_defs.h | 135 #ifndef Bool 136 typedef Int Bool; typedef
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 71 Bool, enumerator
|
D | FieldDescriptor.cs | 150 case FieldDescriptorProto.Types.Type.Bool: in GetFieldTypeFromProtoType() 151 return FieldType.Bool; in GetFieldTypeFromProtoType()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | gsm_amr_typedefs.h | 97 typedef int Bool; typedef
|
/frameworks/av/media/libstagefright/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() 600 Bool PVResetVideoDecoder(VideoDecControls *decCtrl) in PVResetVideoDecoder() 627 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl) in PVCleanUpVideoDecoder() 954 Bool PVExtractVolHeader(uint8 *video_buffer, uint8 *vol_header, int32 *vol_header_size) in PVExtractVolHeader() 1075 OSCL_EXPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVideoFrame() 1103 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVopHeader() 1314 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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBArray_PackagePrivate.h | 106 #pragma mark - Bool
|
D | GPBDictionary.h | 202 #pragma mark - UInt32 -> Bool 566 #pragma mark - Int32 -> Bool 930 #pragma mark - UInt64 -> Bool 1294 #pragma mark - Int64 -> Bool 1510 #pragma mark - Bool -> UInt32 1547 #pragma mark - Bool -> Int32 1584 #pragma mark - Bool -> UInt64 1621 #pragma mark - Bool -> Int64 1658 #pragma mark - Bool -> Bool 1695 #pragma mark - Bool -> Float [all …]
|
D | GPBExtensionInternals.m | 75 FIELD_CASE(Bool, boolValue) 108 FIELD_CASE(Bool, boolValue) 174 FIELD_CASE(Bool, boolValue) 215 FIELD_CASE(Bool, boolValue)
|
D | GPBMessage.m | 1328 //%PDDM-EXPAND FIELD_CASE(Bool, Bool) 2080 CASE_SINGLE_POD(Bool, BOOL, Bool) 2161 CASE_REPEATED_PACKED_POD(Bool, BOOL, Bool) 2218 CASE_REPEATED_NOT_PACKED_POD(Bool, BOOL, Bool) 2855 CASE_SINGLE_POD(Bool, BOOL, Bool) 2906 CASE_REPEATED_POD(Bool, BOOL, Bool) 3003 CASE_GET(Bool, BOOL, Bool) 3038 CASE_SET(Bool, BOOL, Bool)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | typedefs.h | 165 typedef int Bool; typedef
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | reflection_ops.cc | 87 HANDLE_TYPE(BOOL , Bool ); in Merge() 112 HANDLE_TYPE(BOOL , Bool ); in Merge()
|
D | wire_format.cc | 528 HANDLE_PACKED_TYPE(BOOL, bool, Bool) in ParseAndMergeField() 602 HANDLE_TYPE(BOOL, bool, Bool) in ParseAndMergeField() 877 HANDLE_PRIMITIVE_TYPE(BOOL, bool, Bool, Bool) in SerializeFieldWithCachedSizes() 1073 HANDLE_FIXED_TYPE(BOOL, Bool) in FieldDataOnlyByteSize()
|
D | extension_set_heavy.cc | 478 HANDLE_TYPE( BOOL, Bool, bool); in InternalSerializeFieldWithCachedSizesToArray() 511 HANDLE_TYPE( BOOL, Bool, bool); in InternalSerializeFieldWithCachedSizesToArray() 550 HANDLE_TYPE( BOOL, Bool, bool_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 317 FIXED_BYTE_SIZE(BOOL , Bool) 362 GET_FIXED_CACHED_SIZE(BOOL , Bool) 412 WRITE_METHOD(BOOL , Bool)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | utility.h | 55 class Bool; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_comparator.cc | 83 COMPARE_FIELD(Bool); in Compare()
|
D | field_mask_util.cc | 392 COPY_VALUE(BOOL, Bool) in MergeMessage() 428 COPY_REPEATED_VALUE(BOOL, Bool) in MergeMessage()
|