Home
last modified time | relevance | path

Searched refs:getFd (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dfpa11_cpdt.c236 loadSingle(getFd(opcode), pAddress); in PerformLDF()
239 loadDouble(getFd(opcode), pAddress); in PerformLDF()
243 loadExtended(getFd(opcode), pAddress); in PerformLDF()
284 storeSingle(&roundData, getFd(opcode), pAddress); in PerformSTF()
287 storeDouble(&roundData, getFd(opcode), pAddress); in PerformSTF()
291 storeExtended(getFd(opcode), pAddress); in PerformSTF()
328 Fd = getFd(opcode); in PerformLFM()
364 Fd = getFd(opcode); in PerformSFM()
H A Dfpa11_cpdo.c52 rFd = &fpa11->fpreg[getFd(opcode)]; in EmulateCPDO()
78 fpa11->fType[getFd(opcode)] = nDest; in EmulateCPDO()
H A Dfpopcode.h345 #define getFd(opcode) ((opcode & MASK_Fd) >> 12) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddrm_buffer.cpp85 int DrmBuffer::getFd(unsigned int plane) { in getFd() function in XCam::DrmBuffer
89 return dma_bufs_.at(plane)->getFd(); in getFd()
96 int DrmBuffer::get_fd() { return getFd(0); } in get_fd()
H A Ddma_video_buffer.cpp45 int DmaVideoBuffer::get_fd() { return DmaBuffer::getFd(); } in get_fd()
H A Ddma_buffer.h46 int getFd();
H A Ddma_buffer.cpp103 int DmaBuffer::getFd() { return fd_.Get(); } in getFd() function in XCam::DmaBuffer
H A Ddrm_buffer.h58 int getFd(unsigned int plane);
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTAVShellBuffer.h39 virtual INT32 getFd() const;
H A DRTMediaBuffer.h83 virtual INT32 getFd() const;