HomeSort by relevance Sort by last modified time
    Searched full:dstbuff (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/media/libndkaudio/src/com/android/ndkaudio/
AudioRecorder.java 38 public native void GetBufferData(float[] dstBuff);
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 569 int32_t* dstbuff = NULL; local
599 dstbuff = (int32_t*)malloc(bytes* 2);
600 if (!dstbuff) {
607 memset(dstbuff,0,bytes * 2);
609 outbytes = make_sinkcompliant_buffers((void*)buffer, (void*)dstbuff,bytes);
612 if(dstbuff){
613 ret = pcm_write(out->pcm, (void *)dstbuff, outbytes);
620 free(dstbuff);
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 1052 void * dstBuff = NULL;
1065 dstBuff = (void *) dataPtr->pointer();
1066 if (NULL == dstBuff) {
1086 memcpy( mInterpr->mViVBuff.buff, dstBuff,
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 1047 void * dstBuff = NULL;
1060 dstBuff = (void *) dataPtr->pointer();
1061 if (NULL == dstBuff) {
1081 memcpy( mInterpr->mViVBuff.buff, dstBuff,
    [all...]

Completed in 264 milliseconds