HomeSort by relevance Sort by last modified time
    Searched full:mio (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset_mio_file.cpp 59 PVRefFileOutput* mio = (PVRefFileOutput*)aMio; local
60 delete mio;
95 PVRefFileOutput* mio = (PVRefFileOutput*)aMio; local
96 delete mio;
111 PVRefFileOutput* mio = (PVRefFileOutput*)aMio; local
112 delete mio;
  /frameworks/base/libs/rs/
rsHandcode.h 6 ThreadIO *io = &((Context *)rsc)->mIO;
27 ThreadIO *io = &((Context *)rsc)->mIO;
rsContext.cpp 317 mDraw |= rsc->mIO.playCoreCommands(rsc, !mDraw);
456 mIO.shutdown();
724 if (mIO.mToClient.isEmpty()) {
734 const void *d = mIO.mToClient.get(&commandID, &bytesData);
740 mIO.mToClient.next();
754 if (mIO.mToClient.getFreeSpace() < len) {
760 void *p = mIO.mToClient.reserve(len);
762 mIO.mToClient.commit(cmdID, len);
776 mIO.mToClient.shutdown();
rsg_generator.c 161 fprintf(f, " ThreadIO *io = &((Context *)rsc)->mIO;\n");
219 fprintf(f, "con->mIO.mToCoreRet = (intptr_t)");
  /external/opencore/android/author/
Android.mk 4 # don't export mio symbols
android_audio_input.h 103 // the audio output thread queues the responses, this mio dequeues and processes them
181 // this mio queues the requests, the audio output thread dequeues and processes them
406 // Functions specific to this MIO
470 // This stores the Start cmd when Audio MIO is waiting for
android_camera_input.h 197 /* A MIO allocater class for two purposes:
198 * 1. Provide the number of buffers MIO will use;
199 * 2. Allocate the buffers for OMX_UseBuffer for "buffer pre-announcement". In case MIO cannot
248 //MIO does NOT provide mem allocator impl.
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.h 135 //active vs passive mio
212 // MIO node sets this status when MIO component's config is complete.
304 //iEosStreamIDVec is used as a FIFO to store the steamids of eos sent to mio comp.
305 //streamid is pushed in at front when call writeasync(eos) to mio comp.
306 //streamid is poped out from end when mio comp. calls writecomplete(eos),
308 //This logic depends on Mio comp. process data(at least eos msg) in a sequencial style.
pv_media_output_node.cpp 102 //if any MIO commands are outstanding, there will be
176 // in how we drive the MIO. In the future, we will be
179 // The MIO reset is called here instead of the internal
450 //pass the clock to the optional MIO clock interface
549 //callback from the MIO module.
    [all...]
pv_media_output_node_inport.cpp 137 oActiveMediaOutputComp = true; // By default we treat the MIO's to be active.
139 // MIO node waits for MIO component configuration to complete before sending data. Once configuration is
140 // complete, MIO node waits for clock to start if mio component is passive. For active MIO's, it does not
141 // wait for clock to start before sending data. It sends data as soon as MIO component configuration is
469 // Attempt to process incoming message only after the mio component is fully configured
725 // there is no pending MIO control request
730 //iEosStreamIDVec is used as a FIFO to store the steamids of eos sent to mio comp
    [all...]
  /external/opencore/engines/author/test/src/
test_pv_mediainput_author_engine.cpp 517 fprintf(iFile, "Pause Resume test with AVI/WAV MIO Comp:\n");
525 fprintf(iFile, "Error Handling Wrong Format test with AVI/WAV MIO Comp\n");
642 fprintf(iFile, "Reset After Create test with AVI/WAV MIO Comp\n");
651 fprintf(iFile, "Reset After Open test with AVI/WAV MIO Comp\n");
660 fprintf(iFile, "Reset After AddDataSource test with AVI/WAV MIO Comp\n");
669 fprintf(iFile, "Reset After SelectComposer test with AVI/WAV MIO Comp\n");
678 fprintf(iFile, "Reset After AddMediaTrack test with AVI/WAV MIO Comp\n");
687 fprintf(iFile, "Reset After Init test with AVI/WAV MIO Comp\n");
696 fprintf(iFile, "Reset After Start test with AVI/WAV MIO Comp\n");
705 fprintf(iFile, "Reset After Pause test with AVI/WAV MIO Comp\n")
    [all...]
  /external/opencore/android/
android_audio_output.cpp 39 / Packet Video Audio MIO component
44 / another message queue to the MIO and from there back to the engine.
58 // semaphore used to communicate between this mio and the audio output thread
68 // locks to access the queues by this mio and by the audio output thread
275 //Don't signal the MIO node that the configuration is complete until the driver latency has been set
334 // communicates with the audio MIO via a semaphore, a request queue and a response queue
397 // wait for signal from MIO thread
415 // discard partial buffer and send response to MIO
417 LOGV("discard partial buffer and send response to MIO");
476 // empty buffer means "End-Of-Stream" - send response to MIO
    [all...]
android_audio_mio.h 66 // the audio output thread queues the responses, this mio dequeues and processes them
151 // Audio MIO component
266 // Functions specific to this MIO
277 // Specific to this MIO
android_audio_output.h 55 // this mio queues the requests, the audio output thread dequeues and processes them
android_audio_stream.cpp 35 / Packet Video Audio MIO component
playerdriver.cpp 770 // create video MIO if needed
773 AndroidSurfaceOutput* mio = NULL; local
775 // attempt to load device-specific video MIO
779 mio = f();
783 // if no device-specific MIO was created, use the generic one
784 if (mio == NULL) {
785 LOGW("Using generic video MIO");
786 mio = new AndroidSurfaceOutput();
789 // initialize the MIO parameters
790 status_t ret = mio->set(mPvPlayer, command->surface(), mEmulation)
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/include/
pvmi_mio_avi_wav_file_factory.h 134 * @param aStreamNo stream number for avi file, if there are multiple streams in the file. There will be one MIO Component and MIO node per stream.
145 * This function allows the application to delete an instance of file input MIO module
149 * @param aNode The file input MIO module to be deleted.
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node.cpp 402 //callback from the MIO module.
600 //if any MIO commands are outstanding, there will be
    [all...]
  /external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node.cpp 390 //callback from the MIO module.
411 // up to 2 asynchronous MIO requests will be made. We need
412 // to intercept the first MIO response here and make sure to
415 // MIO response.
581 //if any MIO commands are outstanding, there will be
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/include/
pvmi_mio_fileinput_factory.h 121 * This function allows the application to delete an instance of file input MIO module
125 * @param aNode The file input MIO module to be deleted.
  /external/opencore/pvmi/media_io/pvmio_comm_loopback/include/
pvmi_mio_comm_loopback_factory.h 84 * This function allows the application to delete an instance of file input MIO module
88 * @param aNode The file input MIO module to be deleted.
  /packages/apps/Bluetooth/res/values-it/
strings_pbap.xml 19 <string name="localPhoneName" msgid="2349001318925409159">"Il mio nome"</string>
  /frameworks/base/libs/audioflinger/
AudioPolicyService.cpp 626 LOGV("AudioCommandThread() processing set volume stream %d, volume %f, output %d", data->mStream, data->mVolume, data->mIO);
627 command->mStatus = AudioSystem::setStreamVolume(data->mStream, data->mVolume, data->mIO);
636 LOGV("AudioCommandThread() processing set parameters string %s, io %d", data->mKeyValuePairs.string(), data->mIO);
637 command->mStatus = AudioSystem::setParameters(data->mIO, data->mKeyValuePairs);
746 data->mIO = output;
772 data->mIO = ioHandle;
842 if (data->mIO != data2->mIO) break;
873 if (data->mIO != data2->mIO) break
    [all...]
AudioPolicyService.h 180 int mIO;
185 int mIO;
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_video.h 56 // Provide the clock interface so the MIO can do synchronization
249 // MIO clock extension so synchronization would be handled in MIO

Completed in 609 milliseconds

1 2 3