Home
last modified time | relevance | path

Searched refs:iPicChromaHeight (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dpicture_handle.cpp58 int32_t iPicChromaHeight = 0; in AllocPicture() local
69 iPicChromaHeight = iPicHeight >> 1; in AllocPicture()
74 iChromaSize = iPicChromaWidth * iPicChromaHeight; in AllocPicture()
/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp68 int32_t iPicChromaHeight = 0; in AllocPicture() local
81 iPicChromaHeight = iPicHeight >> 1; in AllocPicture()
84 iChromaSize = iPicChromaWidth * iPicChromaHeight; in AllocPicture()