OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:streamInfo
(Results
1 - 7
of
7
) sorted by null
/device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp
625
cam_stream_info_t *
streamInfo
= NULL;
645
streamInfo
= (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
646
memset(
streamInfo
, 0, sizeof(cam_stream_info_t));
647
streamInfo
->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
648
rc = pStream->getFormat(
streamInfo
->fmt);
649
rc = pStream->getFrameDimension(
streamInfo
->dim);
650
streamInfo
->streaming_mode = CAM_STREAMING_MODE_BURST;
651
streamInfo
->num_of_burst = minStreamBufNum;
653
streamInfo
->reprocess_config.pp_type = CAM_ONLINE_REPROCESS_TYPE;
654
streamInfo
->reprocess_config.online.input_stream_id = pStream->getMyServerID()
[
all
...]
QCamera2HWI.cpp
[
all
...]
/device/lge/hammerhead/camera/QCamera2/HAL/
QCameraChannel.cpp
625
cam_stream_info_t *
streamInfo
= NULL;
645
streamInfo
= (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
646
memset(
streamInfo
, 0, sizeof(cam_stream_info_t));
647
streamInfo
->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
648
rc = pStream->getFormat(
streamInfo
->fmt);
649
rc = pStream->getFrameDimension(
streamInfo
->dim);
650
streamInfo
->streaming_mode = CAM_STREAMING_MODE_BURST;
651
streamInfo
->num_of_burst = minStreamBufNum;
653
streamInfo
->reprocess_config.pp_type = CAM_ONLINE_REPROCESS_TYPE;
654
streamInfo
->reprocess_config.online.input_stream_id = pStream->getMyServerID()
[
all
...]
QCamera2HWI.cpp
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp
793
cam_stream_info_t *
streamInfo
= NULL;
851
streamInfo
= (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
852
memset(
streamInfo
, 0, sizeof(cam_stream_info_t));
853
streamInfo
->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
854
rc = pStream->getFormat(
streamInfo
->fmt);
855
rc = pStream->getFrameDimension(
streamInfo
->dim);
857
streamInfo
->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
858
streamInfo
->num_of_burst = 0;
860
streamInfo
->streaming_mode = CAM_STREAMING_MODE_BURST;
861
streamInfo
->num_of_burst = burstNum
[
all
...]
QCamera2HWI.cpp
[
all
...]
/external/aac/libAACdec/src/
aacdecoder.h
178
UINT flags; /*!< Flags for internal decoder use. DO NOT USE self::
streaminfo
::flags ! */
194
CStreamInfo
streamInfo
; /*!< pointer to
StreamInfo
data (read from the bitstream) */
319
/* get
streaminfo
handle from decoder */
Completed in 1228 milliseconds