Searched defs:stream (Results 51 - 68 of 68) sorted by relevance

123

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp139 * DESCRIPTION: add a stream into channel
142 * @streamType : stream type
143 * @streamFormat : stream format
144 * @streamDim : stream dimension
145 * @streamRotation : rotation of the stream
146 * @minStreamBufNum : minimal buffer count for particular stream type
148 * @isType : type of image stabilization required on the stream
166 LOGE("Only one stream per channel supported in v3 Hal");
171 LOGE("stream number (%d) exceeds max limit (%d)",
340 * DESCRIPTION: return a stream bu
469 streamCbRoutine(mm_camera_super_buf_t *super_frame, QCamera3Stream *stream, void *userdata) argument
703 QCamera3ProcessingChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, cam_stream_type_t stream_type, uint32_t postprocess_mask, QCamera3Channel *metadataChannel, uint32_t numBuffers) argument
780 streamCbRoutine(mm_camera_super_buf_t *super_frame, QCamera3Stream *stream) argument
1147 checkStreamCbErrors(mm_camera_super_buf_t *super_frame, QCamera3Stream *stream) argument
1339 translateStreamTypeAndFormat(camera3_stream_t *stream, cam_stream_type_t &streamType, cam_format_t &streamFormat) argument
1638 QCamera3RegularChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, cam_stream_type_t stream_type, uint32_t postprocess_mask, QCamera3Channel *metadataChannel, uint32_t numBuffers) argument
2015 QCamera3RawChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, uint32_t postprocess_mask, QCamera3Channel *metadataChannel, bool raw_16, uint32_t numBuffers) argument
2058 streamCbRoutine( mm_camera_super_buf_t *super_frame, QCamera3Stream * stream) argument
2084 QCamera3Stream *stream = getStreamByIndex(0); local
2120 QCamera3Stream *stream = getStreamByIndex(0); local
2163 QCamera3Stream *stream = getStreamByIndex(0); local
2282 QCamera3Stream *stream = getStreamByIndex(0); local
2340 streamCbRoutine(mm_camera_super_buf_t *super_frame, __unused QCamera3Stream *stream) argument
2473 QCamera3YUVChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, cam_stream_type_t stream_type, uint32_t postprocess_mask, QCamera3Channel *metadataChannel) argument
2692 streamCbRoutine(mm_camera_super_buf_t *super_frame, QCamera3Stream *stream) argument
3119 QCamera3PicChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, uint32_t postprocess_mask, bool is4KVideo, bool isInputStreamConfigured, QCamera3Channel *metadataChannel, uint32_t numBuffers) argument
3404 streamCbRoutine(mm_camera_super_buf_t *super_frame, QCamera3Stream *stream) argument
3725 streamCbRoutine(mm_camera_super_buf_t *super_frame, QCamera3Stream *stream) argument
4032 QCamera3Stream *stream = NULL; local
4057 QCamera3Stream *stream = NULL; local
[all...]
H A DQCamera3HWI.cpp452 /* We need to stop all streams before deleting any stream */
883 * Loop through all streams to find input stream if it exists*
911 * Sizes are different for each type of stream format check against
953 /* We could potentially break here to enforce ZSL stream
974 /* We error out even if a single stream has unsupported size set */
983 } /* End of for each stream */
1017 /* Dummy stream needed if only raw or jpeg streams present */
1035 * DESCRIPTION: Get sensor output size based on current stream configuratoin
1128 * stream type and usecase
1131 * @stream_format : stream typ
2380 const camera3_stream_t *stream = request->output_buffers[i].stream; local
4386 camera3_stream_t *stream = (*it)->stream; local
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c364 mm_camera_stream_t *stream = (mm_camera_stream_t *)user_data; local
369 stream->offset = *frame_offset_info;
372 stream->s_id,
377 if (stream->num_of_bufs > CAM_MAX_NUM_BUFS_PER_STREAM)
378 stream->num_of_bufs = CAM_MAX_NUM_BUFS_PER_STREAM;
380 pBufs = (mm_camera_buf_def_t *)malloc(sizeof(mm_camera_buf_def_t) * stream->num_of_bufs);
381 reg_flags = (uint8_t *)malloc(sizeof(uint8_t) * stream->num_of_bufs);
393 rc = mm_app_alloc_bufs(&stream->s_bufs[0],
395 stream->num_of_bufs,
397 stream
444 mm_camera_stream_t *stream = (mm_camera_stream_t *)user_data; local
461 mm_camera_stream_t *stream = (mm_camera_stream_t *)user_data; local
468 mm_camera_stream_t *stream = (mm_camera_stream_t *)user_data; local
729 mm_camera_stream_t *stream = NULL; local
783 mm_app_del_stream(mm_camera_test_obj_t *test_obj, mm_camera_channel_t *channel, mm_camera_stream_t *stream) argument
807 mm_app_config_stream(mm_camera_test_obj_t *test_obj, mm_camera_channel_t *channel, mm_camera_stream_t *stream, mm_camera_stream_config_t *config) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c50 FILE *stream) {
51 return fread(ptr, size, nmemb, stream);
56 FILE *stream) {
57 return fwrite(ptr, size, nmemb, stream);
602 /* Per-stream configuration */
793 fatal("Unsupported Y4M stream.");
810 struct stream_state *stream; local
812 stream = calloc(1, sizeof(*stream));
813 if (!stream)
49 wrap_fread(void *ptr, size_t size, size_t nmemb, FILE *stream) argument
55 wrap_fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) argument
863 parse_stream_params(struct VpxEncoderConfig *global, struct stream_state *stream, char **argv) argument
1019 validate_stream_config(const struct stream_state *stream, const struct VpxEncoderConfig *global) argument
1060 set_stream_dimensions(struct stream_state *stream, unsigned int w, unsigned int h) argument
1075 set_default_kf_interval(struct stream_state *stream, struct VpxEncoderConfig *global) argument
1088 show_stream_config(struct stream_state *stream, struct VpxEncoderConfig *global, struct VpxInputContext *input) argument
1138 open_output_file(struct stream_state *stream, struct VpxEncoderConfig *global) argument
1170 close_output_file(struct stream_state *stream, unsigned int fourcc) argument
1196 setup_pass(struct stream_state *stream, struct VpxEncoderConfig *global, int pass) argument
1220 initialize_encoder(struct stream_state *stream, struct VpxEncoderConfig *global) argument
1256 encode_frame(struct stream_state *stream, struct VpxEncoderConfig *global, struct vpx_image *img, unsigned int frames_in) argument
1303 update_quantizer_histogram(struct stream_state *stream) argument
1314 get_cx_data(struct stream_state *stream, struct VpxEncoderConfig *global, int *got_data) argument
1413 show_psnr(struct stream_state *stream) argument
1437 test_decode(struct stream_state *stream, enum TestDecodeFatality fatal, const VpxInterface *codec) argument
1551 struct stream_state *stream = NULL; local
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp307 for (int stream = 0; stream < AudioSystem::NUM_STREAM_TYPES; stream++) {
308 handleIncallSonification(stream, false, true);
390 for (int stream = 0; stream < AudioSystem::NUM_STREAM_TYPES; stream++) {
391 handleIncallSonification(stream, true, true);
538 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, argument
547 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
741 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, audio_session_t session) argument
809 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, audio_session_t session) argument
1096 initStreamVolume(AudioSystem::stream_type stream, int indexMin, int indexMax) argument
1109 setStreamVolumeIndex(AudioSystem::stream_type stream, int index, audio_devices_t device) argument
1149 getStreamVolumeIndex(AudioSystem::stream_type stream, int *index, audio_devices_t device) argument
1345 isStreamActive(int stream, uint32_t inPastMs) const argument
1357 isStreamActiveRemotely(int stream, uint32_t inPastMs) const argument
2478 getStrategyForStream(AudioSystem::stream_type stream) argument
2482 getDevicesForStream(AudioSystem::stream_type stream) argument
2496 getStrategy( AudioSystem::stream_type stream) argument
2523 handleNotificationRoutingForStream(AudioSystem::stream_type stream) argument
3233 computeVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device) argument
3295 checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
3384 setStreamMute(int stream, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
3424 handleIncallSonification(int stream, bool starting, bool stateChange) argument
3545 changeRefCount(AudioSystem::stream_type stream, int delta) argument
3592 isStreamActive(AudioSystem::stream_type stream, uint32_t inPastMs, nsecs_t sysTime) const argument
[all...]
/hardware/broadcom/libbt/include/
H A Duipc_msg.h182 tL2C_STREAM_INFO stream; member in struct:t_l2c_sync_to_lite_req
197 tL2C_SYNC_TO_LITE_RESP_STREAM stream; member in struct:t_l2c_sync_to_lite_resp
253 tAVDT_SYNC_TO_BTC_LITE_REQ_STREAM stream; member in struct:__anon11
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp187 size_t fwrite_helper(const void *ptr, size_t size, size_t nmemb, FILE *stream) argument
196 size_t temp = fwrite(ptr2 + written, 1, to_write - written, stream);
198 if (!temp && ferror(stream)) {
3101 // NAL unit stream processing
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp2277 0 /*stream id*/, 0 /*buffer index*/, -1 /*plane index*/,
2368 * DESCRIPTION: return number of stream buffers needed for given stream type
2371 * @stream_type : type of stream
2423 // Get buffer count for the particular stream type
2620 LOGH("Buffer count = %d for stream type = %d", bufferCnt, stream_type);
2622 LOGW("Buffer count %d for stream type %d exceeds limit %d",
2633 * DESCRIPTION: alocate stream buffers
2636 * @stream_type : type of stream
2643 * RETURN : ptr to a memory obj that holds stream buffer
4724 QCameraStream *stream = ch.getStreamByIndex(i); local
8390 QCameraStream *stream = ( QCameraStream * ) cookie; local
[all...]
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h282 int stream; member in struct:snd_pcm_info
566 int stream; member in struct:snd_rawmidi_info
580 int stream; member in struct:snd_rawmidi_params
589 int stream; member in struct:snd_rawmidi_status
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h95 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
259 #define SNDRV_PCM_INFO_RESUME 0x00040000 /* hardware supports stream resume after suspend */
262 #define SNDRV_PCM_INFO_JOINT_DUPLEX 0x00200000 /* playback and capture stream are somewhat correlated */
269 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */
270 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */
271 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */
272 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */
273 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
274 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */
275 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream i
295 int stream; /* RO/WR (control): stream direction */ member in struct:snd_pcm_info
571 int stream; /* WR: stream */ member in struct:snd_rawmidi_info
583 int stream; member in struct:snd_rawmidi_params
591 int stream; member in struct:snd_rawmidi_status
[all...]
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h290 int stream; member in struct:snd_pcm_info
571 int stream; member in struct:snd_rawmidi_info
585 int stream; member in struct:snd_rawmidi_params
594 int stream; member in struct:snd_rawmidi_status
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h95 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
265 #define SNDRV_PCM_INFO_RESUME 0x00040000 /* hardware supports stream resume after suspend */
268 #define SNDRV_PCM_INFO_JOINT_DUPLEX 0x00200000 /* playback and capture stream are somewhat correlated */
275 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */
276 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */
277 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */
278 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */
279 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
280 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */
281 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream i
301 int stream; /* RO/WR (control): stream direction */ member in struct:snd_pcm_info
580 int stream; /* WR: stream */ member in struct:snd_rawmidi_info
592 int stream; member in struct:snd_rawmidi_params
600 int stream; member in struct:snd_rawmidi_status
[all...]
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h281 int stream; member in struct:snd_pcm_info
565 int stream; member in struct:snd_rawmidi_info
579 int stream; member in struct:snd_rawmidi_params
587 int stream; member in struct:snd_rawmidi_status
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h95 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
258 #define SNDRV_PCM_INFO_RESUME 0x00040000 /* hardware supports stream resume after suspend */
261 #define SNDRV_PCM_INFO_JOINT_DUPLEX 0x00200000 /* playback and capture stream are somewhat correlated */
268 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */
269 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */
270 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */
271 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */
272 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
273 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */
274 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream i
294 int stream; /* RO/WR (control): stream direction */ member in struct:snd_pcm_info
570 int stream; /* WR: stream */ member in struct:snd_rawmidi_info
582 int stream; member in struct:snd_rawmidi_params
590 int stream; member in struct:snd_rawmidi_status
[all...]
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h281 int stream; member in struct:snd_pcm_info
565 int stream; member in struct:snd_rawmidi_info
579 int stream; member in struct:snd_rawmidi_params
587 int stream; member in struct:snd_rawmidi_status
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h95 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */
258 #define SNDRV_PCM_INFO_RESUME 0x00040000 /* hardware supports stream resume after suspend */
261 #define SNDRV_PCM_INFO_JOINT_DUPLEX 0x00200000 /* playback and capture stream are somewhat correlated */
268 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */
269 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */
270 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */
271 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */
272 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
273 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */
274 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream i
294 int stream; /* RO/WR (control): stream direction */ member in struct:snd_pcm_info
570 int stream; /* WR: stream */ member in struct:snd_rawmidi_info
582 int stream; member in struct:snd_rawmidi_params
590 int stream; member in struct:snd_rawmidi_status
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc204 // - You cannot stream a failure message to this macro.
261 // - You cannot stream a failure message to this macro.
1511 << "stream_result_to: failed to stream to "
1759 "This flag specifies the host name and the port number on which to stream "
2988 ::std::stringstream stream; local
3002 stream << CodePointToUtf8(unicode_code_point);
3004 return StringStreamToString(&stream);
4132 // We need to flush the stream buffers into the console before each
4535 static void OutputXmlAttribute(std::ostream* stream,
4541 static void OutputXmlCDataSection(::std::ostream* stream, cons
4605 std::stringstream stream; local
4730 OutputXmlCDataSection(::std::ostream* stream, const char* data) argument
4749 OutputXmlAttribute( std::ostream* stream, const std::string& element_name, const std::string& name, const std::string& value) argument
4767 OutputXmlTestInfo(::std::ostream* stream, const char* test_case_name, const TestInfo& test_info) argument
4817 PrintXmlTestCase(std::ostream* stream, const TestCase& test_case) argument
4843 PrintXmlUnitTest(std::ostream* stream, const UnitTest& unit_test) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h169 // platform supports I/O stream redirection using
1736 // Determines whether to support stream redirection. This is used to test
1739 // By default, we assume that stream redirection is supported on all
2128 // Formats log entry severity, provides a stream object for streaming the
2883 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) { argument
2884 return freopen(path, mode, stream);
3135 // 1. You stream a bunch of values to a Message object.
3137 // 2. Then you stream the Message object to an ostream.
3153 // can stream a NULL char pointer to it in the former, but not in the
3210 // stream
17703 basic_manipulator(::std::ostream& stream) argument
[all...]

Completed in 610 milliseconds

123