Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
Dfunc_test.cpp70 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
88 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
107 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
126 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
145 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
165 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
185 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
205 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
Dhdrcodec_ndk_sample.cpp50 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VdecInputDataReady() local
61 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VdecOutputDataReady() local
72 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VdecError() local
79 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VencError() local
100 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample*>(userData); in VencOutputDataReady() local
163 static int32_t RepeatCallStartFlush(HDRCodecNdkSample *sample) in RepeatCallStartFlush()
187 static int32_t RepeatCallStartStop(HDRCodecNdkSample *sample) in RepeatCallStartStop()
211 static int32_t RepeatCallStartFlushStop(HDRCodecNdkSample *sample) in RepeatCallStartFlushStop()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Dnativeavmuxerndk.cpp69 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerSetRotation() local
99 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStart() local
136 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStop() local
173 OH_AVMemory *sample = OH_AVMemory_Create(TWOTWOVAL); in OHAVMuxerWriteSample() local
209 OH_AVBuffer *sample = OH_AVBuffer_Create(TWOTWOVAL); in OHAVMuxerWriteSampleBuffer() local
248 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerAddTrack() local
322 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerSetRotationAbnormal() local
352 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStartAbnormal() local
386 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStopAbnormal() local
420 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerWriteSampleAbnormal() local
[all …]
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
DActsMediaPlayerAudioTest.cpp110 TestSample *sample = (TestSample *)arg; in StreamProcess() local