Home | History | Annotate | Download | only in source

Lines Matching refs:codecInst

372     const CodecInst* codecInst,
378 format, codecInst, startPointMs, stopPointMs);
401 const CodecInst* codecInst,
410 if(!ValidFileFormat(format,codecInst))
454 format, codecInst, startPointMs, stopPointMs,
476 const CodecInst* codecInst,
481 codecInst, startPointMs, stopPointMs);
490 const CodecInst* codecInst,
495 if(!ValidFileFormat(format,codecInst))
568 // prevents codecInst from being NULL here.
569 assert(codecInst != NULL);
570 if(!ValidFrequency(codecInst->plfreq) ||
573 codecInst->plfreq) == -1)
587 // prevents codecInst from being NULL here.
588 assert(codecInst != NULL);
589 if(_ptrFileUtilityObj->InitPreEncodedReading(stream, *codecInst) ==
854 const CodecInst& codecInst,
859 return StartRecordingFile(fileName, format, codecInst, dummyCodecInst,
867 const CodecInst& codecInst,
874 return StartRecordingFile(fileName, format, codecInst, videoCodecInst,
881 const CodecInst& codecInst,
892 if(!ValidFileFormat(format,&codecInst))
923 if(StartRecordingStream(*outputStream, fileName, format, codecInst,
945 const CodecInst& codecInst,
949 return StartRecordingStream(stream, 0, format, codecInst, dummyCodecInst,
957 const CodecInst& codecInst,
964 if(!ValidFileFormat(format,&codecInst))
1000 CodecInst tmpAudioCodec;
1001 memcpy(&tmpAudioCodec, &codecInst, sizeof(CodecInst));
1006 if(_ptrFileUtilityObj->InitWavWriting(stream, codecInst) == -1)
1020 if(_ptrFileUtilityObj->InitCompressedWriting(stream, codecInst) ==
1035 if(!ValidFrequency(codecInst.plfreq) ||
1036 _ptrFileUtilityObj->InitPCMWriting(stream, codecInst.plfreq) ==
1050 if(_ptrFileUtilityObj->InitPreEncodedWriting(stream, codecInst) ==
1068 codecInst,
1114 CodecInst));
1256 int32_t MediaFileImpl::codec_info(CodecInst& codecInst) const
1268 "The CodecInst for %s is unknown!",
1272 memcpy(&codecInst,&codec_info_,sizeof(CodecInst));
1276 int32_t MediaFileImpl::VideoCodecInst(VideoCodec& codecInst) const
1295 memcpy(&codecInst,&videoCodec,sizeof(VideoCodec));
1303 const CodecInst* codecInst)
1305 if(codecInst == NULL)