HomeSort by relevance Sort by last modified time
    Searched full:streaminfo (Results 26 - 50 of 61) sorted by null

12 3

  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 239 struct StreamInfo {
280 Vector<StreamInfo> infos;
325 StreamInfo info;
338 StreamInfo &info = infos.editItemAt(i);
360 StreamInfo &info = infos.editItemAt(i);
372 const StreamInfo &info1 = infos.itemAt(0);
373 const StreamInfo &info2 = infos.itemAt(1);
407 StreamInfo &info = infos.editItemAt(i);
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 134 // cached when the STREAMINFO metadata is parsed by libFLAC
343 ALOGE("FLACParser::metadataCallback unexpected STREAMINFO");
623 ALOGE("missing STREAMINFO");
668 // verify that block header keeps the promises made by STREAMINFO
844 // second 4 is the sizeof STREAMINFO
845 // 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);
QCamera2HWI.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 138 HW_STREAM_INFORMATION StreamInfo;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 317 TI_OMX_STREAM_INFO *streaminfo = NULL; local
336 streaminfo = malloc(sizeof(TI_OMX_STREAM_INFO));
657 error = OMX_GetConfig (pHandle, index, streaminfo);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 487 TI_OMX_STREAM_INFO *streaminfo=NULL; local
    [all...]
  /external/flac/include/FLAC/
format.h 491 /**< <A HREF="../format.html#metadata_block_streaminfo">STREAMINFO</A> block */
524 /** FLAC STREAMINFO structure. (c.f. <A HREF="../format.html#metadata_block_streaminfo">format specification</A>)
546 /** The total stream length of the STREAMINFO block in bytes. */
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.cpp 33 /* Data from streamInfo. */
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 714 TI_OMX_STREAM_INFO *streaminfo; local
715 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
719 ArrayOfPointers[0]=(TI_OMX_STREAM_INFO*)streaminfo;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 699 TI_OMX_STREAM_INFO *streaminfo; local
701 OMX_WBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
705 ArrayOfPointers[0] = (TI_OMX_STREAM_INFO*)streaminfo;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 174 streams_private::StreamInfo info;
  /frameworks/wilhelm/src/
itfstruct.h 610 android::Vector<StreamInfo> mStreamInfoTable;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 552 TI_OMX_STREAM_INFO *streaminfo =NULL; local
574 streaminfo = newmalloc(sizeof(TI_OMX_STREAM_INFO));
575 if(NULL == streaminfo)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /external/flac/libFLAC/
metadata_iterators.c 214 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo)
219 FLAC__ASSERT(0 != streaminfo);
224 /* can just copy the contents since STREAMINFO has no internal structure */
225 *streaminfo = *object;
353 off_t first_offset; /* this is the offset to the STREAMINFO block */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c     [all...]

Completed in 794 milliseconds

12 3