Home
last modified time | relevance | path

Searched defs:readOffset (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
H A DApkArchive.java101 final long readOffset = fileSize - sizeToRead; in findEndOfCDRecord() local
/aosp12/frameworks/av/media/libstagefright/id3/
H A DID3.cpp397 for (size_t readOffset = 1; readOffset < mSize; ++readOffset) { in removeUnsynchronization() local
464 size_t readOffset = offset + 11; in removeUnsynchronizationV2_4() local
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp150 int32_t readOffset = 0; in TEST() local
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp2656 unsigned int readOffset = 0; in Read_Buffer_From_Vop_Start_Code_File() local
2711 unsigned int readOffset = 0; in Read_Buffer_From_Mpeg2_Start_Code() local
2836 unsigned int readOffset = 0, size_struct_C = 0; in Read_Buffer_From_RCV_File_Seq_Layer() local
2894 unsigned int readOffset = 0; in Read_Buffer_From_RCV_File() local
2977 unsigned int readOffset = 0; in Read_Buffer_From_VC1_File() local
H A Ddecoder_driver_test.c1068 unsigned int readOffset = 0; in read_frame() local
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c1046 unsigned int readOffset = 0; in read_frame() local
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp2972 unsigned int readOffset = 0; in Read_Buffer_From_Vop_Start_Code_File() local
3018 unsigned int readOffset = 0; in Read_Buffer_From_Mpeg2_Start_Code() local
3139 unsigned int readOffset = 0, size_struct_C = 0; in Read_Buffer_From_RCV_File_Seq_Layer() local
3203 unsigned int readOffset = 0; in Read_Buffer_From_RCV_File() local
3275 unsigned int readOffset = 0; in Read_Buffer_From_VC1_File() local
H A Ddecoder_driver_test.c1005 unsigned int readOffset = 0; in read_frame() local
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Dapk_archive.cpp114 auto readOffset = size_ - sizeToRead; in FindEndOfCDRecord() local
/aosp12/system/libfmq/include/fmq/
H A DMessageQueueBase.h1187 size_t readOffset = readPtr % mDesc->getSize(); in beginRead() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1266 int readOffset, in glCopyBufferSubData()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3629 …(JNIEnv *_env, jobject _this, jint readTarget, jint writeTarget, jint readOffset, jint writeOffset… in android_glCopyBufferSubData__IIIII()