Searched refs:ZEROVAL (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | nativeavdemuxerndk.cpp | 31 #define ZEROVAL 0
macro 48 int64_t fileSize = ZEROVAL;
in GetFileSize() 61 int64_t offset = ZEROVAL;
in GetSource() 104 uint32_t audioTrackIndex = ZEROVAL;
in OHAVDemuxerUnselectTrackByID() 105 uint32_t videoTrackIndex = ZEROVAL;
in OHAVDemuxerUnselectTrackByID() 126 uint32_t audioTrackIndex = ZEROVAL;
in OHAVDemuxerSeekToTime() 127 uint32_t videoTrackIndex = ZEROVAL;
in OHAVDemuxerSeekToTime() 131 int64_t offset = ZEROVAL;
in OHAVDemuxerSeekToTime() 138 backInfo = OH_AVDemuxer_SeekToTime(demuxer, ZEROVAL, OH_AVSeekMode::SEEK_MODE_NEXT_SYNC);
in OHAVDemuxerSeekToTime() 156 uint32_t audioTrackIndex = ZEROVAL;
in OHAVDemuxerSelectTrackByID() [all...] |
H A D | nativeavmuxerndk.cpp | 25 #define ZEROVAL 0
macro 58 int32_t rotation = ZEROVAL;
in OHAVMuxerSetRotation() 63 attrInfo.offset = ZEROVAL;
in OHAVMuxerSetRotation() 92 int32_t rotation = ZEROVAL;
in OHAVMuxerStart() 97 attrInfo.offset = ZEROVAL;
in OHAVMuxerStart() 129 int32_t rotation = ZEROVAL;
in OHAVMuxerStop() 134 attrInfo.offset = ZEROVAL;
in OHAVMuxerStop() 166 int32_t rotation = ZEROVAL;
in OHAVMuxerWriteSample() 170 attrInfo.offset = ZEROVAL;
in OHAVMuxerWriteSample() 202 int32_t rotation = ZEROVAL;
in OHAVMuxerWriteSampleBuffer() [all...] |
H A D | mediaavsourcendk.cpp | 29 #define ZEROVAL 0
macro 55 if (stat(fileName, &fileStatus) == ZEROVAL) {
in AVSourceCreateWithFD() 84 if (stat(fileName, &fileStatus) == ZEROVAL) {
in AVSourceDestroy() 112 if (stat(fileName, &fileStatus) == ZEROVAL) {
in AVSourceGetSourceFormat() 143 if (stat(fileName, &fileStatus) == ZEROVAL) {
in AVSourceGetTrackFormat()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk.cpp | 37 #define ZEROVAL 0
macro 42 #define ZEROVAL 0
macro 144 if (vspval > ZEROVAL) {
in Vsprintf() 145 napi_create_int32(env, ZEROVAL, &result);
in Vsprintf() 167 if (vspval > ZEROVAL) {
in VsprintfChk() 168 napi_create_int32(env, ZEROVAL, &result);
in VsprintfChk() 226 int vsnval = __vsnprintf_chk(s, n, ZEROVAL, bos, fmt, ap);
in vsnprintfChk_test() 237 if (vsnval < ZEROVAL) {
in VsnprintfChk() 240 napi_create_int32(env, ZEROVAL, &result);
in VsnprintfChk() 423 if (valueFirst == ZEROVAL) {
in Putw() [all...] |
H A D | mntentndk.cpp | 29 #define ZEROVAL 0
macro 42 napi_create_int32(env, ZEROVAL, &result);
in Setmntent() 85 napi_create_int32(env, ZEROVAL, &result);
in GetMnTent() 110 napi_create_int32(env, ZEROVAL, &result);
in GetMnTentR()
|
H A D | wcharndk.cpp | 72 #define ZEROVAL 0
macro 1712 fseek(fp, ZEROVAL, SEEK_SET);
in FGetWs() 1716 napi_create_int32(env, ZEROVAL, &result);
in FGetWs() 1734 napi_create_int32(env, ZEROVAL, &result);
in FGetWc() 1744 int result = ZEROVAL;
in vswscanfTest() 1778 napi_create_int32(env, ZEROVAL, &result);
in Getwc()
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/ |
H A D | nativeDrawingndk.cpp | 35 #define ZEROVAL 0
macro 1760 if (lenOne < lenTwo && lenOne != ZEROVAL && lenTwo != ZEROVAL) {
in OHDrawingTypographyHandlerAddText()
|
Completed in 11 milliseconds