Searched refs:fs (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dget_sbr_startfreq.h77 Int get_sbr_startfreq(const Int32 fs,
H A Dget_sbr_stopfreq.h77 Int get_sbr_stopfreq(const Int32 fs,
H A Dget_sbr_stopfreq.cpp77 if(fs < 32000)
79 k1_min = (Int) ( ( (float) (6000 * 2 * 64) / fs ) + 0.5 );
83 if (fs < 64000)
85 k1_min = (Int) ( ( (float) (8000 * 2 * 64) / fs ) + 0.5 );
89 k1_min = (Int) ( ((float) (10000 * 2 * 64) / fs ) + 0.5);
153 Int get_sbr_stopfreq(const Int32 fs, argument
159 switch (fs)
H A Dget_sbr_startfreq.cpp132 Int get_sbr_startfreq(const Int32 fs, argument
139 switch (fs)
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp16 using namespace mcld::sys::fs;
H A DMemoryAreaFactory.cpp17 : UniqueGCFactoryBase<sys::fs::Path, MemoryArea, 0>(pNum) {
29 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags)
41 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode)
H A DCommandLine.cpp16 // parser<mcld::sys::fs::Path>
18 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
21 mcld::sys::fs::Path &Val)
29 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
30 const mcld::sys::fs::Path &V,
31 parser<mcld::sys::fs::Path>::OptVal Default,
46 void parser<mcld::sys::fs::Path>::anchor()
H A DPath.cpp20 using namespace mcld::sys::fs;
161 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
166 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
171 bool mcld::sys::fs::is_separator(char value)
180 bool mcld::sys::fs::exists(const Path &pPath)
187 bool mcld::sys::fs::is_directory(const Path &pPath)
194 std::ostream &mcld::sys::fs::operator<<(std::ostream& pOS,
200 std::istream &mcld::sys::fs::operator>>(std::istream& pOS,
206 llvm::raw_ostream &mcld::sys::fs::operator<<(llvm::raw_ostream &pOS,
/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h23 namespace fs { namespace in namespace:mcld::sys
27 mcld::sys::fs::Path*,
33 } // namespace of fs
H A DMemoryAreaFactory.h45 class MemoryAreaFactory : public UniqueGCFactoryBase<sys::fs::Path, MemoryArea, 0>
54 MemoryArea* produce(const sys::fs::Path& pPath, int pFlags);
55 MemoryArea* produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode);
H A DRealPath.h19 namespace fs { namespace in namespace:mcld::sys
45 } // namespace of fs
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
H A DCommandLine.h20 // parser<mcld::sys::fs::Path>
26 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
32 mcld::sys::fs::Path &Val);
36 const mcld::sys::fs::Path &V,
H A DDirectory.h26 namespace fs { namespace in namespace:mcld::sys
37 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
90 mcld::sys::fs::Path m_Path;
95 mcld::sys::fs::PathCache m_Cache;
111 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
114 typedef mcld::sys::fs::PathCache DirCache;
151 } // namespace of fs
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp17 : UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>(pNum)
25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath)
29 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate();
H A DMCLDOutput.cpp19 Output::Output(const sys::fs::Path& pRealPath,
H A DMCLDOptions.cpp30 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp35 dpb->fs[num_fs] = NULL;
82 /* fs is an array pointers to AVCDecPicture */
83 dpb->fs[num_fs] = (AVCFrameStore*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCFrameStore), 101/*DEFAULT_ATTR*/);
84 if (dpb->fs[num_fs] == NULL)
90 dpb->fs[num_fs]->base_dpb = dpb->decoded_picture_buffer + dpb->used_size;
92 dpb->fs[num_fs]->IsReference = 0;
93 dpb->fs[num_fs]->IsLongTerm = 0;
94 dpb->fs[num_fs]->IsOutputted = 3;
95 dpb->fs[num_fs]->frame.RefIdx = refIdx++; /* this value will remain unchanged through out the encoding session */
96 dpb->fs[num_f
694 AVCFrameStore *fs = dpb->fs[idx]; local
[all...]
H A Dreflist.cpp42 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
45 if (dpb->fs[i]->FrameNum > (int)sliceHdr->frame_num)
47 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum;
51 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum;
53 dpb->fs[i]->frame.PicNum = dpb->fs[i]->FrameNumWrap;
66 if ((dpb->fs[
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h35 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>
41 LDContext* produce(const sys::fs::Path& pPath);
H A DMCLDDirectory.h26 class MCLDDirectory : public sys::fs::Directory
40 void setSysroot(const sys::fs::Path& pPath);
H A DMCLDFile.h41 * @see mcld::sys::fs::Path LDContext
60 const sys::fs::Path& pPath,
72 void setPath(const sys::fs::Path& pPath)
91 const sys::fs::Path& path() const
115 sys::fs::Path m_Path;
144 const sys::fs::Path& pPath,
156 const mcld::sys::fs::Path& pPath,
H A DSearchDirs.h25 namespace fs { namespace in namespace:mcld::sys
27 } // namespace of fs
51 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pType);
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h16 namespace fs { namespace in namespace:mcld::sys
46 mcld::sys::fs::Directory *m_pDir;
H A DDirIteratorTest.cpp14 using namespace mcld::sys::fs;
27 m_pDir = new mcld::sys::fs::Directory(".");
H A DPathTest.h39 mcld::sys::fs::Path* m_pTestee;

Completed in 159 milliseconds

123