Home
last modified time | relevance | path

Searched refs:tagAVCHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.h82 tagAVCHandle *mHandle;
DSoftAVCEncoder.cpp171 mHandle(new tagAVCHandle), in SoftAVCEncoder()
197 memset(mHandle, 0, sizeof(tagAVCHandle)); in initEncParams()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcapi_common.h237 typedef struct tagAVCHandle struct
/frameworks/av/media/libstagefright/codecs/avc/enc/test/
Dh264_enc_test.cpp222 tagAVCHandle handle; in main()
223 memset(&handle, 0, sizeof(tagAVCHandle)); in main()