Searched refs:start (Results 151 - 175 of 300) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp177 // disable HPD at start, it will be enabled later
179 // This helps for framework reboot or adb shell stop/start
387 char *start, *end; local
391 start = (char*) edidStr;
394 edidModes[count] = (int) strtol(start, &end, 10);
395 start = end+1;
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp163 // Disable HPD at start if HDMI is external, it will be enabled later
165 // This helps for framework reboot or adb shell stop/start
339 char *start, *end; local
343 start = (char*) edidStr;
346 mEDIDModes[count] = (int) strtol(start, &end, 10);
347 start = end+1;
/hardware/qcom/gps/msm8909w_3100/android/
H A DGnss.h73 Return<bool> start() override;
/hardware/qcom/gps/msm8998/android/
H A DGnss.h73 Return<bool> start() override;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.cpp35 Decode_Status VideoDecoderMPEG2::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderMPEG2
38 status = VideoDecoderBase::start(buffer);
39 CHECK_STATUS("VideoDecoderBase::start");
42 WTRACE("No config data to start VA.");
H A DVideoDecoderVP8.cpp120 Decode_Status VideoDecoderVP8::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderVP8
123 status = VideoDecoderBase::start(buffer);
124 CHECK_STATUS("VideoDecoderBase::start");
130 WTRACE("No config data to start VA.");
H A DVideoDecoderWMV.cpp40 Decode_Status VideoDecoderWMV::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderWMV
43 status = VideoDecoderBase::start(buffer);
44 CHECK_STATUS("VideoDecoderBase::start");
47 WTRACE("No config data to start VA.");
436 /* Check for start codes. If one exist, then this is VC-1 and not WMV. */
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.cpp37 // nickname must be continous and start with 'A',
443 int start = 0; local
451 for (int i = start; i < stop; i++) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.cpp37 // nickname must be continous and start with 'A',
406 int start = 0; local
414 for (int i = start; i < stop; i++) {
/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal300 * @param start true = start play ringback tone, false = stop playing ringback tone
302 oneway indicateRingbackTone(RadioIndicationType type, bool start);
/hardware/libhardware/include/hardware/
H A Daudio.h359 * Called by the framework to start a stream operating in mmap mode.
360 * create_mmap_buffer must be called before calling start()
368 int (*start)(const struct audio_stream_out* stream); member in struct:audio_stream_out
372 * Must be called after start()
476 * Called by the framework to start a stream operating in mmap mode.
477 * create_mmap_buffer must be called before calling start()
485 int (*start)(const struct audio_stream_in* stream); member in struct:audio_stream_in
H A Dgps.h561 typedef pthread_t (* gps_create_thread)(const char* name, void (*start)(void *), void* arg);
617 int (*start)( void ); member in struct:__anon1307
637 * Specifies that the next call to start will not use the
639 * a cold start.
1384 * occurs. (E.g. this value may start at zero at device boot-up and
/hardware/google/av/media/sfplugin/tests/
H A DMediaCodec_sanity_test.cpp43 looper->start();
130 EXPECT_EQ(codec->start(), OK);
159 EXPECT_EQ(codec->start(), OK);
192 EXPECT_EQ(codec->start(), OK);
223 EXPECT_EQ(codec->start(), OK);
305 EXPECT_EQ(codec->start(), OK);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp690 int start() { function in class:SetPnoMacAddrOuiCommand
808 int start() { function in class:SetRSSIMonitorCommand
960 int start() { function in class:AndroidPktFilterCommand
1270 return (wifi_error)command.start();
1298 result = (wifi_error)cmd->start();
1332 wifi_error result = (wifi_error)cmd->start();
1346 wifi_error result = (wifi_error)cmd->start();
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp405 if (yuvCount > 0 && !ctx->mCablProp.start) {
406 ctx->mCablProp.start = true;
412 } else if (yuvCount == 0 && ctx->mCablProp.start) {
413 ctx->mCablProp.start = false;
734 uint64_t start = systemTime(); local
737 __FUNCTION__, (size_t) ns2ms(systemTime() - start));
/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponent.cpp360 Return<Status> Component::start() { function in class:hardware::google::media::c2::V1_0::utils::Component
361 ALOGV("start");
362 return static_cast<Status>(mComponent->start());
H A DInputSurfaceConnection.cpp139 if (!source->start().isOk()) {
140 ALOGE("Impl::init -- GBS start failed");
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c70 * a stream which is of required priority, in start state, has space on output and data in
268 void viddec_fw_debug_scheduled_stream_state(int32_t indx, int32_t start) argument
275 message = (start) ? SVEN_MODULE_EVENT_GV_FW_PK_SCHDL_STRM_START: SVEN_MODULE_EVENT_GV_FW_PK_SCHDL_STRM_END;
496 /* start from 0 to max streams that fw can handle*/
524 /* start from 0 to max streams that fw can handle*/
569 * the first one available. Next time when we come around for asynchronous message we start
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp81 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVCSecure
82 Decode_Status status = VideoDecoderAVC::start(buffer);
179 // copy start code prefix to buffer
219 // either condition indicates start of a new frame
246 // start decoding a frame
314 // sliceData->slice_offset - accumulatedHeaderLen is the absolute offset to start codes of current NAL unit
369 // parse until there is more data and start code not found
377 // If second byte and fourth byte are not zero's then we cannot have a start code here,
378 // as we need two consecutive zero bytes for a start code pattern.
380 // skip 4 bytes and start ove
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp81 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVCSecure
82 Decode_Status status = VideoDecoderAVC::start(buffer);
183 // copy start code prefix to buffer
223 // either condition indicates start of a new frame
250 // start decoding a frame
317 // sliceData->slice_offset - accumulatedHeaderLen is the absolute offset to start codes of current NAL unit
372 // parse until there is more data and start code not found
380 // If second byte and fourth byte are not zero's then we cannot have a start code here,
381 // as we need two consecutive zero bytes for a start code pattern.
383 // skip 4 bytes and start ove
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderVP8.cpp61 Encode_Status VideoEncoderVP8::start() { function in class:VideoEncoderVP8
66 ret = VideoEncoderBase::start ();
67 CHECK_ENCODE_STATUS_RETURN("VideoEncoderBase::start");
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DVtsHalEvsV1_0TargetTest.cpp121 // Tests start here...
315 * Measure and qualify the stream start up time and streaming frame rate of each reported camera
334 nsecs_t start = systemTime(SYSTEM_TIME_MONOTONIC); local
341 nsecs_t timeToFirstFrame = systemTime(SYSTEM_TIME_MONOTONIC) - start;
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponent.h97 virtual Return<Status> start() override;
/hardware/google/av/codec2/include/
H A DC2Component.h508 /// queued work and complete the current stream. If new input is received, it shall start
566 * \note If a component is in the tripped state and start() is called while the component
567 * configuration still results in a trip, start shall succeed and a new onTripped callback
572 * after start returns.
575 * \retval C2_DUPLICATE when called during another start call from another thread
579 * \retval C2_NO_MEMORY not enough memory to start the component
583 virtual c2_status_t start() = 0;
602 * (Is this material given the definition? Perhaps in case we want to start again.)
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.h156 MIX_RESULT (*start) (MixAudio *mix); member in struct:_MixAudioClass
330 * Note: If the stream is configured as #MIX_DECODE_DIRECTRENDER, and whenever the stream in #MIX_STREAM_STOPPED state, the call to mix_audio_decode() will not start the playback until mix_audio_start() is called. This behavior would allow application to queue up data but delay the playback until appropriate time.
355 * If the stream is configured to #MIX_DECODE_DIRECTRENDER, application use this call to change the stream out of the #MIX_STREAM_STOPPED state. If mix_audio_decode() is called and blocking in a seperate thread prior to this call. This method causes the device to start rendering data.
421 * This function can be used to retrieve the current timestamp for audio playback in milliseconds. The timestamp will reflect the amount of audio data rendered since the start of stream, or since the last stop. Note that the timestamp is always reset to zero when the stream enter #MIX_STREAM_STOPPED state. The timestamp is an unsigned long value, so the value will wrap when the timestamp reaches #ULONG_MAX. This function is only valid in direct-render mode.

Completed in 557 milliseconds

1234567891011>>