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

<<1112

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp220 buffer : buffer containing start code or nal length + NAL units
222 start_code : If true, start code is detected,
340 buffer : buffer containing start code or nal length + NAL units
342 start_code : If true, start code is detected,
432 void perf_metrics::start() function in class:perf_metrics
1489 // start timestamp of first panscan data.
H A Domx_vdec_v4l2.cpp182 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
365 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
692 dec_time.start();
2976 /*To pause the Video core we need to start the driver*/
5566 * with start code, so only need to notify driver in frame by frame mode */
7614 dec_time.start();
8869 dec_time.start();
8870 fps_metrics.start();
9646 DEBUG_PRINT_LOW("Frame Found start Decoding Size =%u TimeStamp = %lld",
9719 DEBUG_PRINT_LOW("Zero NAL, hence parse using start cod
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.cpp251 * FUNCTION : start
253 * DESCRIPTION: start postprocessor. Data process thread and data notify thread
266 int32_t QCameraPostProcessor::start(QCameraChannel *pSrcChannel) function in class:qcamera::QCameraPostProcessor
312 // Create all reproc channels and start channel
319 rc = mPPChannels[i]->start();
321 LOGE("cannot start multi reprocess channel i = %d", i);
331 LOGD("HALPP is need, call QCameraHALPP::start() here");
332 rc = m_halPP->start();
403 * DESCRIPTION: start JPEG session in parallel to reproces to reduce the KPI
3042 LOGH("start dat
[all...]
H A DQCameraStream.cpp920 * FUNCTION : start
922 * DESCRIPTION: start stream. Will start main stream thread to handle stream
931 int32_t QCameraStream::start() function in class:qcamera::QCameraStream
1508 // start another thread to allocate the rest of buffers
1721 // start another thread to allocate the rest of buffers
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp3046 * never 'start'ed (no stream-on), it is only 'initialized' */
5621 //start of the batch
6139 //Then start them.
6141 rc = mMetadataChannel->start();
6143 LOGE("META channel start failed");
6149 rc = mAnalysisChannel->start();
6151 LOGE("Analysis channel start failed");
6159 rc = mSupportChannel->start();
6161 LOGE("Support channel start failed");
6177 rc = channel->start();
[all...]
/hardware/qcom/audio/hal/
H A Daudio_hw.c759 // will be renabled on usecase start
1104 // start from 2 channels as framework currently doesn't support mono.
1248 // Also handle a case where in earlier A2DP start failed as A2DP stream was
2184 // sending it from start of streamtream
4212 out->stream.start = out_start;
4469 out->stream.start = out_start;
5147 in->stream.start = in_start;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp93 Decode_Status VideoDecoderBase::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderBase
1507 // This function should be called before start() to load different type of parsers
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp113 Encode_Status VideoEncoderBase::start() { function in class:VideoEncoderBase
119 LOGE("Encoder Initialize fail can not start");
372 //All resources are ready, start to assemble EncodeTask
456 start output data
545 //start to output data
1702 LOG_V("not find surface from cache with value %i, start mapping if enough information\n", value);
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp955 ASSERT_RESULT(invalidStateOrNotSupported, stream->start()))
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1475 // Start preview without active preview window. Preview should start as soon
1703 // It shouldn't be possible to start recording without enabling preview first.
4169 size_t start = 0; local
4172 if (start != i) {
4173 std::string currentId(reinterpret_cast<const char *> (ids + start));
4176 start = i + 1;
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_chip.cpp1071 // the legacy HAL and then start it after firmware mode change.
1094 legacy_hal::wifi_error legacy_status = legacy_hal_.lock()->start();
1096 LOG(ERROR) << "Failed to start legacy HAL: "
H A Dwifi_legacy_hal.cpp355 wifi_error WifiLegacyHal::start() { function in class:android::hardware::wifi::V1_2::implementation::legacy_hal::WifiLegacyHal
385 LOG(DEBUG) << "Legacy HAL start complete";
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp169 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
202 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
520 dec_time.start();
1225 DEBUG_PRINT_HIGH("Sending message to start securing display failed");
1876 /*To pause the Video core we need to start the driver*/
5535 dec_time.start();
6632 dec_time.start();
6633 fps_metrics.start();
7171 DEBUG_PRINT_LOW("\n Frame Found start Decoding Size =%d TimeStamp = %x",
7245 DEBUG_PRINT_LOW("\n Zero NAL, hence parse using start cod
[all...]
H A Domx_vdec_copper.cpp137 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
214 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
523 dec_time.start();
1770 /*To pause the Video core we need to start the driver*/
5144 dec_time.start();
6210 dec_time.start();
6211 fps_metrics.start();
6695 DEBUG_PRINT_LOW("\n Frame Found start Decoding Size =%d TimeStamp = %x",
6769 DEBUG_PRINT_LOW("\n Zero NAL, hence parse using start code");
6862 DEBUG_PRINT_LOW("\n Frame Found start Decodin
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp170 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
201 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
507 dec_time.start();
1191 "cannot call secure display start");
1827 /*To pause the Video core we need to start the driver*/
5307 dec_time.start();
5788 "failed to call close secure start");
5909 "failed to call close secure start");
6416 dec_time.start();
6417 fps_metrics.start();
[all...]
H A Domx_vdec_hevc.cpp151 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
272 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
564 dec_time.start();
1826 /*To pause the Video core we need to start the driver*/
4961 dec_time.start();
5985 dec_time.start();
5986 fps_metrics.start();
6434 DEBUG_PRINT_LOW("Frame Found start Decoding Size =%d TimeStamp = %x",
6497 DEBUG_PRINT_LOW("Zero NAL, hence parse using start code");
6574 DEBUG_PRINT_LOW("Frame Found start Decodin
[all...]
H A Domx_vdec_hevc_swvdec.cpp142 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
284 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
616 dec_time.start();
2184 DEBUG_PRINT_ERROR("SWVDEC failed to start in allocate_done");
2187 DEBUG_PRINT_LOW("SwVdec start successful: send_command_proxy(): Loaded-->Idle");
2303 /*To pause the Video core we need to start the driver*/
5827 DEBUG_PRINT_LOW("release_output_done: start free_interm_buffers");
5945 dec_time.start();
7086 dec_time.start();
7087 fps_metrics.start();
[all...]
H A Domx_vdec_msm8974.cpp153 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
312 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
616 dec_time.start();
2292 /*To pause the Video core we need to start the driver*/
4380 * with start code, so only need to notify driver in frame by frame mode */
6153 dec_time.start();
7357 dec_time.start();
7358 fps_metrics.start();
7955 DEBUG_PRINT_LOW("Frame Found start Decoding Size =%u TimeStamp = %lld",
8028 DEBUG_PRINT_LOW("Zero NAL, hence parse using start cod
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp147 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
268 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
559 dec_time.start();
1805 /*To pause the Video core we need to start the driver*/
4931 dec_time.start();
5949 dec_time.start();
5950 fps_metrics.start();
6398 DEBUG_PRINT_LOW("Frame Found start Decoding Size =%d TimeStamp = %x",
6461 DEBUG_PRINT_LOW("Zero NAL, hence parse using start code");
6538 DEBUG_PRINT_LOW("Frame Found start Decodin
[all...]
H A Domx_vdec_hevc_swvdec.cpp136 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
282 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
620 dec_time.start();
2215 DEBUG_PRINT_ERROR("SWVDEC failed to start in allocate_done");
2218 DEBUG_PRINT_LOW("SwVdec start successful: send_command_proxy(): Loaded-->Idle");
2334 /*To pause the Video core we need to start the driver*/
6032 DEBUG_PRINT_LOW("release_output_done: start free_interm_buffers");
6149 dec_time.start();
7296 dec_time.start();
7297 fps_metrics.start();
[all...]
H A Domx_vdec_v4l2.cpp167 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
343 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
673 dec_time.start();
2753 /*To pause the Video core we need to start the driver*/
5169 * with start code, so only need to notify driver in frame by frame mode */
7002 dec_time.start();
8222 dec_time.start();
8223 fps_metrics.start();
8901 DEBUG_PRINT_LOW("Frame Found start Decoding Size =%u TimeStamp = %lld",
8974 DEBUG_PRINT_LOW("Zero NAL, hence parse using start cod
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp707 status_t VirtualDevice::start(sp<IFrameTypeChangeListener> typeChangeListener) function in class:android::intel::VirtualDevice
1211 // until we start getting downscaled frames.
1628 mVspInUse = true; // Don't shut down VSP just to start it again really quick.
/hardware/ril/libril/
H A Dril_service.cpp7709 bool start = ((int32_t *) response)[0]; local
7711 RLOGD("indicateRingbackToneInd: start %d", start);
7714 convertIntToRadioIndicationType(indicationType), start);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h175 uint16 ie_offset; /* offset at which IEs start, from beginning */
220 uint16 ie_offset; /* offset at which IEs start, from beginning */
781 uint32 tsf_h; /* TSF high 32-bits of Measurement start time */
800 uint32 tsf_h; /* TSF high 32-bits of Measurement start time */
1687 /* begin 0x1f values beyond the start of the ET driver range. */
1982 int enter_aci_thresh; /* Trigger level to start detecting ACI */
2349 /* start of 20MHz tx power limits */
2376 /* start of 40MHz tx power limits */
2403 /* start of 20in40MHz tx power limits */
2430 /* start o
4999 uint32 start; member in struct:wl_p2p_sched_desc
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c2728 driver_data->surface_mb_error[i].start_mb = decode_status->mb_regions[i].start;
3281 drv_debug_msg(VIDEO_DEBUG_INIT, "vaInitilize: start the journey\n");

Completed in 859 milliseconds

<<1112