Searched defs:NULL (Results 26 - 45 of 45) sorted by last modified time

12

/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h144 #ifndef NULL
146 #define NULL 0 macro
148 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.cpp42 uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL ,
43 uint32_t *out_bitrate = NULL, uint32_t *out_num_samples = NULL) {
338 if (out_header != NULL) {
351 Mp3Reader::Mp3Reader() : mFp(NULL) {
359 if (mFp == NULL) return false;
392 header, &frame_size, &sample_rate, NULL /*out_channels*/,
399 if (!resync(mFp, mFixedHeader, &pos, NULL /*out_header*/)) {
420 assert(mFp != NULL);
40 parseHeader( uint32_t header, size_t *frame_size, uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL , uint32_t *out_bitrate = NULL, uint32_t *out_num_samples = NULL) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A Dbasetype.h44 #ifndef NULL
46 #define NULL 0 macro
48 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h177 #ifndef NULL
178 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h177 #ifndef NULL
178 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h177 #ifndef NULL
178 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h60 #ifndef NULL
61 #define NULL 0 macro
150 H264SwDecFree((ptr)); (ptr) = NULL; \
/frameworks/av/media/libstagefright/foundation/include/
H A DDataSource.h53 const KeyedVector<String8, String8> *headers = NULL,
54 String8 *contentType = NULL,
55 HTTPBase *httpSource = NULL);
108 virtual sp<DecryptHandle> DrmInitialization(const char * /*mime*/ = NULL) { argument
109 return NULL;
H A DThrottledSource.h57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
/frameworks/av/media/libstagefright/include/
H A DDataSource.h53 const KeyedVector<String8, String8> *headers = NULL,
54 String8 *contentType = NULL,
55 HTTPBase *httpSource = NULL);
108 virtual sp<DecryptHandle> DrmInitialization(const char * /*mime*/ = NULL) { argument
109 return NULL;
H A DThrottledSource.h57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCamera2Heap.h30 const char *name = NULL) :
29 Camera2Heap(size_t buf_size, uint_t num_buffers = 1, const char *name = NULL) argument
/frameworks/av/camera/
H A DCameraParameters.cpp298 char **endptr = NULL)
491 if (supportedPreviewFormats == NULL) {
506 fmt = strtok_r(NULL, ",", &savePtr);
297 parse_pair(const char *str, int *first, int *second, char delim, char **endptr = NULL) argument
/frameworks/av/include/media/
H A DLinearMap.h226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { argument
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { argument
304 if (method != NULL) {
321 if (method != NULL) {
338 if (method != NULL) {
347 if (method != NULL) {
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { argument
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { argument
304 if (method != NULL) {
321 if (method != NULL) {
338 if (method != NULL) {
347 if (method != NULL) {
/frameworks/av/media/libstagefright/codec2/vndk/include/util/
H A DC2ParamUtils.h165 C2StringLiteral _prefix = NULL) {
245 C2StringLiteral prefix = NULL) {
163 sanitizeEnumValueNames( const std::vector<C2StringLiteral> names, C2StringLiteral _prefix = NULL) argument
242 sanitizeEnumValues( std::vector<T> values, std::vector<C2StringLiteral> names, C2StringLiteral prefix = NULL) argument
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h38 /* Define NULL pointer value */
39 #ifndef NULL
41 #define NULL 0 macro
43 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c59 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
72 *phCodec = NULL;
83 if(NULL == hAacEnc)
92 if(NULL == hAacEnc->intbuf)
121 hAacEnc = NULL;
123 *phCodec = NULL;
173 if(NULL == hCodec || NULL == pInput || NULL
255 NULL, local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h127 #ifndef NULL
128 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h164 #ifndef NULL
165 #define NULL 0 macro

Completed in 5275 milliseconds

12