/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) */ 321 /* get streaminfo handle from decoder */
|
/external/flac/include/FLAC/ |
metadata.h | 72 * Read-only access to the STREAMINFO, VORBIS_COMMENT, CUESHEET, and 134 * STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring 142 /** Read the STREAMINFO metadata block of the given FLAC file. This function 146 * \param streaminfo A pointer to space for the STREAMINFO block. Since 152 * \code streaminfo != NULL \endcode 154 * \c true if a valid STREAMINFO block was read from \a filename. Returns 156 * or the file contained no STREAMINFO block. (A memory allocation error 159 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo); 555 * Existing block is a STREAMINFO block and the new block is [all...] |
stream_encoder.h | 214 * beginning of the stream, to the STREAMINFO block, to write some data 642 * once at the end of encoding with the populated STREAMINFO structure. This 644 * STREAMINFO block with the correct statistics after encoding (like 651 * \param metadata The final populated STREAMINFO block. [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3BufferManager.h | 31 struct StreamInfo; 85 status_t registerStream(wp<Camera3OutputStream>& stream, const StreamInfo &streamInfo); 219 typedef KeyedVector<StreamId, StreamInfo> InfoMap;
|
Camera3OutputStream.cpp | 449 StreamInfo streamInfo( 455 streamInfo);
|
/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 134 // cached when the STREAMINFO metadata is parsed by libFLAC 343 ALOGE("FLACParser::metadataCallback unexpected STREAMINFO"); 624 ALOGE("missing STREAMINFO"); 669 // verify that block header keeps the promises made by STREAMINFO 848 // second 4 is the sizeof STREAMINFO 849 // 042 is the mandatory STREAMINFO
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraStream.cpp | 458 * @streamInfo : stream information 464 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo) 468 cam_dimension_t dim = streamInfo->dim; 469 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION && 470 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) { 471 if (streamInfo->pp_config.rotation == ROTATE_90 || 472 streamInfo->pp_config.rotation == ROTATE_270) { 474 dim.width = streamInfo->dim.height; 475 dim.height = streamInfo->dim.width; 479 switch (streamInfo->stream_type) [all...] |
QCameraStream.h | 181 int32_t calcOffset(cam_stream_info_t *streamInfo);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStream.cpp | 771 * @streamInfo : stream information 777 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo) 781 cam_dimension_t dim = streamInfo->dim; 782 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION && 783 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) { 784 if (streamInfo->pp_config.rotation == ROTATE_90 || 785 streamInfo->pp_config.rotation == ROTATE_270) { 787 dim.width = streamInfo->dim.height; 788 dim.height = streamInfo->dim.width; 792 switch (streamInfo->stream_type) [all...] |
QCameraStream.h | 247 int32_t calcOffset(cam_stream_info_t *streamInfo);
|
QCamera2HWI.cpp | [all...] |
QCamera2HWI.h | 274 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo); 275 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo);
|
/packages/apps/TV/src/com/android/tv/ui/ |
ChannelBannerView.java | 56 import com.android.tv.data.StreamInfo; 340 * @param info A StreamInfo that includes stream information. 343 public void updateViews(StreamInfo info) { 365 private void updateStreamInfo(StreamInfo info) { 378 // Channel change has been requested. But, StreamInfo hasn't been updated yet. [all...] |
/external/flac/libFLAC/ |
stream_encoder.c | 344 FLAC__StreamMetadata streaminfo; /* scratchpad for STREAMINFO as it is built */ member in struct:FLAC__StreamEncoderPrivate [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.cpp | 94 struct StreamInfo { 109 bool switchPIDs(const Vector<StreamInfo> &infos); 286 bool ATSParser::Program::switchPIDs(const Vector<StreamInfo> &infos) { 394 Vector<StreamInfo> infos; 435 StreamInfo info; 450 StreamInfo &info = infos.editItemAt(i); 472 StreamInfo &info = infos.editItemAt(i); 488 StreamInfo &info = infos.editItemAt(i); [all...] |
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraStream.h | 202 int32_t calcOffset(cam_stream_info_t *streamInfo);
|
QCamera2HWI.cpp | [all...] |
QCamera2HWICallbacks.cpp | 668 cam_stream_info_t *streamInfo = 670 if (NULL == streamInfo) { 671 ALOGE("%s: Invalid streamInfo", __func__); 686 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; 687 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; 688 uStride = streamInfo->buf_planes.plane_info.mp[1].stride; 689 uScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; 690 vStride = streamInfo->buf_planes.plane_info.mp[2].stride; 691 vScanline = streamInfo->buf_planes.plane_info.mp[2].scanline; 697 yStride = streamInfo->buf_planes.plane_info.mp[0].stride [all...] |
QCamera2HWI.h | 259 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo); 260 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo);
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraStream.h | 202 int32_t calcOffset(cam_stream_info_t *streamInfo);
|
QCamera2HWI.cpp | [all...] |
QCamera2HWICallbacks.cpp | 668 cam_stream_info_t *streamInfo = 670 if (NULL == streamInfo) { 671 ALOGE("%s: Invalid streamInfo", __func__); 686 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; 687 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; 688 uStride = streamInfo->buf_planes.plane_info.mp[1].stride; 689 uScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; 690 vStride = streamInfo->buf_planes.plane_info.mp[2].stride; 691 vScanline = streamInfo->buf_planes.plane_info.mp[2].scanline; 697 yStride = streamInfo->buf_planes.plane_info.mp[0].stride [all...] |
QCamera2HWI.h | 259 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo); 260 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
strmini.h | 138 HW_STREAM_INFORMATION StreamInfo;
|
/prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0/ |
chartlib-25.0.0.jar | |