Searched refs:length (Results 1 - 25 of 2569) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h442 XAuint32 length; member in struct:XADataLocator_Address_
H A DOpenMAXAL_Android.h166 XAAint64 length; member in struct:XADataLocator_AndroidFD_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h268 SLuint32 length; member in struct:SLDataLocator_Address_
2028 SLuint32 length,
2038 SLuint32 length,
2048 SLuint32 length
H A DOpenSLES_Android.h365 SLAint64 length; member in struct:SLDataLocator_AndroidFD_
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1603 (int64_t)pAudioPlayer->mDataSource.mLocator.mFD.length);
1645 (int64_t)pAudioPlayer->mDataSource.mLocator.mFD.length);
H A DMediaPlayer_to_android.cpp439 (int64_t)mp->mDataSource.mLocator.mFD.length);
H A Dandroid_AudioSfDecoder.cpp215 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length);
495 // FIXME workaround apparent bug in AAC decoder: kKeyTime is 3 frames old if length is 0
H A Dandroid_GenericPlayer.cpp101 void GenericPlayer::setDataSource(int fd, int64_t offset, int64_t length, bool closeAfterUse) { argument
102 SL_LOGV("GenericPlayer::setDataSource(fd=%d, offset=%lld, length=%lld, closeAfterUse=%s)", fd,
103 offset, length, closeAfterUse ? "true" : "false");
121 if (PLAYER_FD_FIND_FILE_SIZE == length) {
122 mDataLocator.fdi.length = sb.st_size;
123 } else if (offset + length > sb.st_size) {
124 mDataLocator.fdi.length = sb.st_size - offset;
126 mDataLocator.fdi.length = length;
H A Dandroid_GenericPlayer.h67 void setDataSource(int fd, int64_t offset, int64_t length, bool closeAfterUse = false);
H A Dandroid_LocAVPlayer.cpp80 mDataLocator.fdi.length) != NO_ERROR) {
H A Dandroid_StreamPlayer.cpp87 SLAint64 length = (SLAint64) mem->size();
H A Dandroid_defs.h195 int64_t length; member in struct:android::FdInfo
/frameworks/wilhelm/src/
H A Ddata.c44 // if length is greater than zero, then the address must be non-NULL
45 if ((0 < pDataLocator->mAddress.length) && (NULL == pDataLocator->mAddress.pAddress)) {
205 // to determine length of string to copy. It's OK if the string became shorter.
221 SL_LOGV("%s: fd=%d offset=%lld length=%lld", name, pDataLocator->mFD.fd,
222 pDataLocator->mFD.offset, pDataLocator->mFD.length);
/frameworks/wilhelm/src/itf/
H A DIMIDIMessage.c23 SLuint32 length)
22 IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data, SLuint32 length) argument
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp124 locatorFd.length = SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE;
H A DslesTestEqFdPath.cpp129 locatorFd.length = size;
286 fprintf(stdout, "starting at the specified offset, and using the specified length.\n");
287 fprintf(stdout, "Omit the length of the file for it to be computed by the system.\n");
H A DslesTestEqOutputPath.cpp136 locatorFd.length = size;
290 fprintf(stdout, "starting at the specified offset, and using the specified length.\n");
291 fprintf(stdout, "Omit the length of the file for it to be computed by the system.\n");
H A DslesTestPlayFdPath.cpp138 locatorFd.length = size;
230 fprintf(stdout, "starting at the specified offset, and using the specified length.\n");
231 fprintf(stdout, "Omit the length of the file for it to be computed by the system.\n");
H A DslesTestSendToPresetReverb.cpp183 locatorFd.length = SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE;
H A DslesTestVirtualizerPath.cpp125 locatorFd.length = SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE;
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java86 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java262 int count = drawables.length;
H A DBrowseFragment.java716 final Presenter[] allPresenters = new Presenter[presenters.length + 1];
717 System.arraycopy(allPresenters, 0, presenters, 0, presenters.length);
718 allPresenters[allPresenters.length - 1] = invisibleRowPresenter;
H A DBrowseSupportFragment.java718 final Presenter[] allPresenters = new Presenter[presenters.length + 1];
719 System.arraycopy(allPresenters, 0, presenters, 0, presenters.length);
720 allPresenters[allPresenters.length - 1] = invisibleRowPresenter;
H A DDetailsFragment.java123 for (int i = 0; i < presenters.length; i++) {

Completed in 439 milliseconds

1234567891011>>