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

1234567891011>>

/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h391 * histogram start request
572 int get_fb_phys_info(unsigned long *start, unsigned long *len, int fb_num,
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp46 Decode_Status VideoDecoderAVC::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVC
49 status = VideoDecoderBase::start(buffer);
50 CHECK_STATUS("VideoDecoderBase::start");
59 WTRACE("No config data to start VA.");
61 ITRACE("Used client supplied profile and surface to start VA.");
123 WTRACE("Can't start VA as either SPS or PPS is still not available.");
193 // start decoding a new frame
210 // start decoding a new frame
319 // either condition indicates start of a new frame
350 // start decodin
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.cpp31 /* H264 start code values */
65 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVCSecure
66 VTRACE("VideoDecoderAVCSecure::start");
68 Decode_Status status = VideoDecoderAVC::start(buffer);
331 WTRACE("Can't start VA as either SPS or PPS is still not available.");
378 // start decoding a new frame
732 // either condition indicates start of a new frame
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp33 /* H264 start code values */
67 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVCSecure
68 VTRACE("VideoDecoderAVCSecure::start");
70 Decode_Status status = VideoDecoderAVC::start(buffer);
343 WTRACE("Can't start VA as either SPS or PPS is still not available.");
390 // start decoding a new frame
752 // either condition indicates start of a new frame
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c551 if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) {
565 ALOGD(" start\n");
566 pcm->start = 1;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp210 * FUNCTION : start
212 * DESCRIPTION: start channel, which will start all streams belong to this channel
220 int32_t QCamera3Channel::start() function in class:qcamera::QCamera3Channel
232 LOGW("Attempt to start active channel");
238 mStreams[i]->start();
1094 * RETURN : 0 on a success start of capture
1521 * start it
1534 // If the reprocess type doesn't match, stop and start with the new type
1543 m_postprocessor.start(confi
4740 int32_t QCamera3ReprocessChannel::start() function in class:qcamera::QCamera3ReprocessChannel
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp351 * DESCRIPTION: start preview
510 * DESCRIPTION: start preview as part of the restart preview
597 * DESCRIPTION: prepare for the start recording
633 * DESCRIPTION: start recording
793 * DESCRIPTION: start auto focus
3845 * DESCRIPTION: start preview impl
3867 // start preview stream
3889 LOGE("failed to start channels");
3898 LOGE("failed to start callback stream");
3996 * DESCRIPTION: Prepare start recordin
10311 setDisplayFrameSkip(uint32_t start, uint32_t end) argument
[all...]
H A DQCameraChannel.cpp349 * FUNCTION : start
351 * DESCRIPTION: start channel, which will start all streams belong to this channel
359 int32_t QCameraChannel::start() function in class:qcamera::QCameraChannel
364 LOGW("Attempt to start active channel");
381 mStreams[i]->start();
695 * @camState : Camera start. MAIN/AUX/MAIN&AUX
882 * DESCRIPTION: start advanced capture based on advanced capture type.
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.c26 * <listitem>mix_audio_start() is called after the 1st mix_audio_decode() method to start rendering.</listitem>
204 klass->start = mix_audio_start_default;
1724 if (!klass->start)
1727 return klass->start(mix);
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c2181 unsigned int start; local
2187 start = GetTickCount();
2197 TotalTicks += GetTickCount() - start;
/hardware/google/av/media/codecs/base/
H A DSimpleC2Component.cpp163 c2_status_t SimpleC2Component::start() { function in class:android::SimpleC2Component
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp97 void ISVProcessor::start() function in class:ISVProcessor
99 ALOGD_IF(ISV_THREAD_DEBUG, "ISVProcessor::start");
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalService.java588 new Thread(notifier, "ThermalNotifier").start();
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp659 mVsyncThread.start(0, mFbInfo.vsync_period_ns);
819 void HWC2OnFbAdapter::VsyncThread::start(int64_t firstVsync, int64_t period) {
/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h472 Return<void> indicateRingbackTone(RadioIndicationType type, bool start);
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_utils_v1_1.h495 Return<void> indicateRingbackTone(RadioIndicationType type, bool start);
/hardware/interfaces/wifi/1.2/default/tests/
H A Dwifi_chip_unit_tests.cpp214 EXPECT_CALL(*legacy_hal_, start())
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp1298 err = mTestContext->mViVVid.muxer->start();
1300 printf("Unable to start muxer (err=%d)\n", err);
1931 printf("Preview start failed! \n");
2097 printf("Please resume/start the preview before taking a picture!\n");
2258 * DESCRIPTION: triggers start recording
2282 ret = mRecorder->start();
2284 LOGE("Could not start recorder");
2297 * DESCRIPTION: triggers start recording
2971 looper->start();
3001 ret = mTestContext->mViVVid.codec->start();
[all...]
/hardware/google/av/codec2/hidl/client/
H A Dclient.cpp953 c2_status_t Codec2Client::Component::start() { function in class:android::Codec2Client::Component
954 Return<Status> transStatus = base()->start();
956 ALOGE("start -- transaction failed.");
962 ALOGE("start -- call failed. "
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderAVC.cpp63 Encode_Status VideoEncoderAVC::start() { function in class:VideoEncoderAVC
74 ret = VideoEncoderBase::start ();
75 CHECK_ENCODE_STATUS_RETURN("VideoEncoderBase::start");
633 // In case the start code is 3-byte length but we use 4-byte for length prefixed
696 // In case the start code is 3-byte length but we use 4-byte for length prefixed
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c574 /********************* trace debug start *************************/
622 unsigned int start; member in struct:__anon1021
658 if ((reg >= msvdx_regs[i].start) &&
802 /********************* dump buffer when flush cmdbuf - start *************************/
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h1129 } start; member in union:v4l2_decoder_cmd::__anon4368
1142 __s32 start[2]; member in struct:v4l2_vbi_format
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h198 /* For RGB colourspaces, this is probably a good start. */
395 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */
396 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */
606 * V4L2_MEMORY_MMAP, equals the offset from the start of
613 * @data_offset: offset in the plane to the start of data; usually 0,
648 * offset from the start of the device memory for this plane,
1563 } start; member in union:v4l2_decoder_cmd::__anon4475
1585 __s32 start[2]; member in struct:v4l2_vbi_format
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h1215 } start; member in union:v4l2_decoder_cmd::__anon4616
1229 __s32 start[2]; member in struct:v4l2_vbi_format
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h204 /* For RGB colourspaces, this is probably a good start. */
431 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */
432 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */
645 * V4L2_MEMORY_MMAP, equals the offset from the start of
652 * @data_offset: offset in the plane to the start of data; usually 0,
687 * offset from the start of the device memory for this plane,
1669 } start; member in union:v4l2_decoder_cmd::__anon4767
1691 __s32 start[2]; member in struct:v4l2_vbi_format
1701 /* ITU-R start lines for each field */

Completed in 661 milliseconds

1234567891011>>