Searched defs:aOffset (Results 1 - 13 of 13) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dpre_big.cpp174 Word16 aOffset; local
188 aOffset = 2 * MP1;
192 aOffset = 0;
198 Weight_Ai(&A_t[aOffset], g1, Ap1);
199 Weight_Ai(&A_t[aOffset], gamma2, Ap2);
204 aOffset = add(aOffset, MP1, pOverflow);
/external/opencore/oscl/oscl/osclproc/src/
H A Doscl_double_list.cpp87 void OsclDoubleListBase::SetOffset(int32 aOffset) argument
91 OSCL_ASSERT(aOffset >= 0);
94 iOffset = aOffset;
/external/opencore/fileformats/mp3/parser/src/
H A Dmp3utils.cpp85 MP3ErrorType MP3Utils::SeektoOffset(PVFile *aFP, int32 aOffset, Oscl_File::seek_type aSeekType) argument
97 seekOffset = aOffset - currPos;
103 seekOffset = aOffset;
108 if (aOffset <= 0 || currFileSize >= (uint32) aOffset)
H A Dmp3parser.cpp2737 uint32 MP3Parser::GetFileOffsetForAutoResume(uint32& aOffset) argument
2747 aOffset = SeekPosition;
/external/opencore/fileformats/common/parser/include/
H A Dpvmi_datastreamsyncinterface_ref_impl.h153 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
155 OSCL_UNUSED_ARG(aOffset);
/external/opencore/pvmi/pvmf/include/
H A Dpvmi_datastreamsyncinterface_ref_impl.h153 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
155 OSCL_UNUSED_ARG(aOffset);
H A Dpvmi_data_stream_interface.h371 int32 aOffset,
518 * @param aOffset file offset of data
523 virtual PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
525 OSCL_UNUSED_ARG(aOffset);
/external/opencore/nodes/pvdownloadmanagernode/include/
H A Dpvmf_filebufferdatastream_factory.h236 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
238 OSCL_UNUSED_ARG(aOffset);
375 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
377 OSCL_UNUSED_ARG(aOffset);
/external/opencore/oscl/oscl/osclio/src/
H A Doscl_file_async_read.h234 void SetOffset(TOsclFileOffset aOffset) argument
236 iOffset = aOffset;
242 bool HasThisOffset(TOsclFileOffset aOffset);
343 bool FindDataBuffer(OsclAsyncFileBuffer*& aDataBuffer, int32& aBufferId, TOsclFileOffset aOffset, int32 aSize);
352 uint32 doRead(uint8*& aBuffer1, uint32 aDataSize, uint32 aNumElements, TOsclFileOffset aOffset);
H A Doscl_file_async_read.cpp84 bool OsclAsyncFileBuffer::HasThisOffset(TOsclFileOffset aOffset) argument
88 if ((aOffset >= iOffset) && (aOffset <= iOffset + iLength - 1))
416 uint32 OsclAsyncFile::doRead(uint8 *& aBuffer1, uint32 aDataSize, uint32 aNumElements, TOsclFileOffset aOffset) argument
419 (0, "OsclAsyncFile(0x%x)::doRead size %d numelements %d offset %d", this, aDataSize, aNumElements, aOffset));
437 if (FindDataBuffer(dataBuffer, bufferFoundId, aOffset, aNumElements*aDataSize))
446 aBuffer1 += (aOffset - dataBuffer->Offset());
447 bytesRead = dataBuffer->Length() - (uint32)(aOffset - dataBuffer->Offset());
455 int32 ret = iNativeFileDuplicate->Seek(aOffset, Oscl_File::SEEKSET);
460 (0, "OsclAsyncFile(0x%x)::doRead Seek Failed returned %d offset %d", this, ret, aOffset));
522 FindDataBuffer(OsclAsyncFileBuffer*& aDataBuffer, int32& aBufferId, TOsclFileOffset aOffset, int32 aSize) argument
[all...]
/external/opencore/nodes/pvdownloadmanagernode/src/
H A Dpvmf_memorybufferdatastream_factory.cpp606 PVMFMemoryBufferReadDataStreamImpl::Seek(PvmiDataStreamSession aSessionID, int32 aOffset, PvmiDataStreamSeekType aOrigin) argument
610 LOGTRACE((0, "PVMFMemoryBufferReadDataStreamImpl::Seek session %d offset %d origin %d", iSessionID, aOffset, aOrigin));
637 if ((0 != contentLength) && ((uint32)aOffset >= contentLength))
643 iFilePtrPos = aOffset;
648 if ((0 != contentLength) && ((iFilePtrPos + aOffset) >= contentLength))
654 iFilePtrPos += aOffset;
659 if ((0 == contentLength) || (contentLength <= (uint32)aOffset))
667 iFilePtrPos = contentLength - aOffset - 1;
672 if ((0 != contentLength) && ((uint32)aOffset >= contentLength))
678 skipTo = aOffset;
904 MakePersistent(int32 aOffset, uint32 aSize) argument
1837 Seek(PvmiDataStreamSession aSessionID, int32 aOffset, PvmiDataStreamSeekType aOrigin) argument
1882 Reposition(PvmiDataStreamSession aSessionID, uint32 aOffset, MBDSRepositionMode aMode) argument
2246 MakePersistent(int32 aOffset, uint32 aSize) argument
[all...]
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.cpp7437 PVMFStatus PVMFMP4FFParserNode::GetFileOffsetForAutoResume(uint32& aOffset, bool aPortsAvailable) argument
7501 aOffset = offset;
7505 PVMFStatus PVMFMP4FFParserNode::GetFileOffsetForAutoResume(uint32& aOffset, PVMP4FFNodeTrackPortInfo* aInfo) argument
7528 aOffset = offset;
/external/sqlite/dist/
H A Dsqlite3.c17606 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
52666 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
94439 static const unsigned short int aOffset[121] = { local
110943 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]

Completed in 327 milliseconds