Searched refs:inputPts (Results 1 – 11 of 11) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaSnapshotHelper.cpp | 37 uint64_t inputPts) { in savePacket() argument 39 return saveH264Packet(frame, szBytes, inputPts); in savePacket() 41 return saveVPXPacket(frame, szBytes, inputPts); in savePacket() 74 uint64_t inputPts) { in saveH264Packet() argument 99 mSnapshotState.savePacket(std::move(v), inputPts); in saveH264Packet()
|
D | MediaH264DecoderGeneric.cpp | 224 uint64_t inputPts = param.pts; in decodeFrame() local 227 (long long)inputPts); in decodeFrame() 231 decodeFrameInternal(frame, szBytes, inputPts); in decodeFrame() 233 mSnapshotHelper->savePacket(frame, szBytes, inputPts); in decodeFrame()
|
D | MediaVideoToolBoxVideoHelper.cpp | 107 uint64_t inputPts) { in decode() argument 147 mFfmpegVideoHelper->decode(frame, szBytes, inputPts); in decode() 167 handleIDRFrame(f.data, f.size, inputPts); in decode() 171 handleIDRFrame(f.data, f.size, inputPts); in decode() 185 mFfmpegVideoHelper->decode(frame, szBytes, inputPts); in decode()
|
D | MediaH264DecoderFfmpeg.cpp | 214 uint64_t inputPts = param.pts; in decodeFrameInternal() local 216 H264_DPRINT("%s(frame=%p, sz=%zu pts %lld)", __func__, frame, szBytes, (long long)inputPts); in decodeFrameInternal() 243 const bool saveOK = mSnapshotState.savePacket(std::move(v), inputPts); in decodeFrameInternal() 268 mPacket.pts = inputPts; in decodeFrameInternal()
|
D | MediaH264DecoderCuvid.cpp | 214 uint64_t inputPts = param.pts; in decodeFrame() local 235 mSnapshotState.savePacket(std::move(v), inputPts); in decodeFrame() 243 szBytes, inputPts); in decodeFrame() 250 uint64_t inputPts) { in decodeFrameInternal() argument 259 packet.timestamp = inputPts; in decodeFrameInternal()
|
D | MediaCudaVideoHelper.cpp | 177 uint64_t inputPts) { in decode() argument 184 packet.timestamp = inputPts; in decode()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVideoHelper.h | 41 uint64_t inputPts) {} in decode() argument
|
D | MediaFfmpegVideoHelper.h | 58 uint64_t inputPts) override;
|
D | MediaVpxVideoHelper.h | 51 uint64_t inputPts) override;
|
D | MediaCudaVideoHelper.h | 63 uint64_t inputPts) override;
|
D | MediaVideoToolBoxVideoHelper.h | 69 uint64_t inputPts) override;
|